commit | 45b0ea2a10e79b580aabb411126d8d6b79c9da95 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue May 31 10:40:38 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Jun 01 11:55:05 2016 +0100 |
tree | a3d4efd0a5880765218f03ca6f03ca6cb2b141cb | |
parent | 3df4cf603eca5ec248dbbe26bdfaaa28f1bd97c9 [diff] |
Fix action mode animation on recreations Currently if an action mode is started in onCreate() it will fade in. This isn't ideal though, especially since Activities are recreated routinely with multi-window and resizable Activities. In that instance we fade it in on every recreate. This CL fixes this in both the decor and toolbar action modes to only fade in if the decor has been laid out. BUG: 29036694 Change-Id: Id75ac73bcf00bc15c91734a03195332dc118578c