Break split when entering pip if transition contains closing changes
* Previously we assumed if we were in split and a pip change was present
that we want to remain in split. That led to us calling setEnterTransition()
but then never cleaned it up because it wasn't a real enter, which prevented
future split screen enter attempts
* Now if any of the changes contains a closing task for one of the split stages,
we'll assume split is breaking
Fixes: 354653447
Flag: EXEMPT bugfix
Test: Bug no longer repros, also tested original bug when this was entered
where YouTube is in split and we share the video to Gmail, which should
enter Pip and also preseve the split
Change-Id: I719063b1b4092d24b8496107f88ea42f3a043405
1 file changed