diff options
author | Clara Bayarri <clarabayarri@google.com> | 2015-05-13 15:12:12 +0100 |
---|---|---|
committer | Clara Bayarri <clarabayarri@google.com> | 2015-05-13 16:03:14 +0100 |
commit | 0d7d4ef56083543d58ef5835ec594865a547347c (patch) | |
tree | 316269d80d27af2023ce5477c93bb1016ea1a220 /rs/java/android/renderscript/RenderScript.java | |
parent | d9c7f2456957a5610cbbca1b2e31aa7b3574c50d (diff) |
Fix Floating Toolbar appearing after ActionMode was cancelled
The Views created for the Toolbar were not cleaned up properly when the
mode was cancelled by the client in onCreateActionMode, leading to the
toolbar appearing over other views when it shouldn't due to
onWindowFocusChanged showing the Toolbar if it exists.
We don't actually need the views if we don't know whether they are
going to be shown yet, so moved view creation to after onCreateActionMode
Bug: 20713912
Change-Id: Ic0c31d1634e1e96d9981a77b2c769306a8bf1a8d
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions