commit | 8ba0fdde8e91fd59808ce3453eef079e54915ce8 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Jul 28 17:57:08 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Tue Jul 28 17:57:08 2015 +0100 |
tree | be1e5efb0ee5083d85133a1945bceb2c7ac4f390 | |
parent | 4ec3f8b245053f365624a428621d5bb2b09a78d7 [diff] |
Fix ActionMode not being inset correctly Caused by the new action mode animations delaying the call to setVisibility(VISIBLE), without delaying the call to requestApplyInsets. This means that the resulting call to onApplyInsets() happens with the action mode view being GONE. BUG: 22651908 Change-Id: I6e8ad429fccb8f73abd339d821a1d792b6f2d565