16bb2c75d0c3b2d9b5121de045cd100483102da9
When the focus jumps from action bar to outside of it, action bar disables focusing on it so that tabbing couldn’t get back to it. Currently, it does the check that the focus has left the bar from onFocusChange(), when the internal data structures are in process of updating the current focus; as a result, the check may report a wrong result, and the focus will be blocked while it’s actually is still in the action bar. This caused the action bar to lose focus. The fix makes the check in a posted action, fixing the issue. Bug: 32087180 Test: Manual test that the issue doesn’t repro. Change-Id: I67069d2ae58f2843e6fcc8c705943324cc1533f4
Merge "Remove net_bt_stack group and replace it with bluetooth" am:
2309b98b25 am: 4a1fd7eb3d am: bd25fec0d9
Docs: Revised the Drawable example am:
ad302b60f4 am: 32bda49ae3 am: 618d339f3c am: 972fed3d41 am: 3fb153b196
…
Merge "[AWARE] Fix visibility of Aware Characteristics API" am:
13c76b77dc am: 60e6734100 am: 5f9b3d834b
…
Description
No description provided
Languages
Java
73.7%
Kotlin
14%
PowerBuilder
5.8%
C++
5.2%
AIDL
1%