Fix track-assignment omission
Forgot to record the track so they sometimes didn't align if there was a race with finish-transition. Bug: 279523063 Test: com.android.wm.shell.flicker.splitscreen.SwitchBetweenSplitPairs#cujCompleted Change-Id: I299f9665395ea146640f213c248d685c8e97b511
This commit is contained in:
@@ -963,6 +963,7 @@ class TransitionController {
|
||||
if (sync) {
|
||||
info.setFlags(info.getFlags() | TransitionInfo.FLAG_SYNC);
|
||||
}
|
||||
transition.mAnimationTrack = track;
|
||||
info.setTrack(track);
|
||||
mTrackCount = Math.max(mTrackCount, track + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user