Skip to content
Commit 27b1385f authored by Evan Rosky's avatar Evan Rosky
Browse files

Don't collect redundant activities in transient launch

Transitions shouldn't collect any changes they don't actually
modify. This isn't a big problem now, however, once we have
simultaneous transitions, this will force transitions to
serialize when they aren't actually interdependent.

This was collecting the activities only for the purposes of
tracking what to commit in finish. So instead, just calculate
the commit targets in finish.

Bug: 264536014
Test: atest TransitionTests#testTransientLaunch
Change-Id: I4eb34adefb35ad001e6ef2734b10e9d5aacac611
parent 92ff0d15
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment