Skip to content
Commit ed0e2b44 authored by Winson Chung's avatar Winson Chung
Browse files

Properly defer entrance animations until after the stack is reloaded.

- Change the enter animation animated event to a normal event (no
  animations were being choreographed on the event animation trigger
  anyways)
- Remove the code in RecentsActivity, which poorly tried to schedule
  the animation after the first layout.  Instead, properly defer the
  start animation until both the first layout _after stack reload_
  and enter animation callback happens (regardless of which one comes
  first).

Bug: 38391395
Test: Launch Chrome, dock, and ensure there are tasks visible
Change-Id: I4c2823fe25adbd3c200a0f786c478155541ccf26
parent a239ed1c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment