Commit 0059d35
Craig Mautner
Fix black screen on app transition.
The layer adjustment to an animating window upon completion was masking
the window behind the mWindowAnimationBackgroundSurface, a DimSurface.
The DimSurface was not being hidden because the step was happening too
late. Swapping the order of performAnimationsLocked and
updateWindowsAppsAndRotationAnimationsLocked fixes this ordering issue.
Fixes bug 6185920.
Change-Id: I0ff64c019e821fa3a92505ac6351f2648897e5921 parent 1dd3ed0 commit 0059d35
File tree
1 file changed
+1
-1
lines changed- services/java/com/android/server/wm
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7688 | 7688 | | |
7689 | 7689 | | |
7690 | 7690 | | |
| 7691 | + | |
7691 | 7692 | | |
7692 | 7693 | | |
7693 | | - | |
7694 | 7694 | | |
7695 | 7695 | | |
7696 | 7696 | | |
| |||
0 commit comments