diff options
author | Vadim Tryshev <vadimt@google.com> | 2016-10-25 13:10:35 -0700 |
---|---|---|
committer | Vadim Tryshev <vadimt@google.com> | 2016-11-08 11:47:16 -0800 |
commit | 16bb2c75d0c3b2d9b5121de045cd100483102da9 (patch) | |
tree | 6d7cead18de6a21dd6923492ec5f9ee63ff7f001 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | f57b084f3bbb4a287e0d8acf92538259c83e64f2 (diff) |
Not blocking focus on action bar on tab
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
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions