Loading services/core/java/com/android/server/wm/Transition.java +1 −0 Original line number Diff line number Diff line Loading @@ -2003,6 +2003,7 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { // to be changed by non-transition logic until the transition is finished. if (wp.isVisibleRequested() && wp.getFixedRotationLeash() != null) { transaction.show(wp.mSurfaceControl); transaction.setAlpha(wp.mSurfaceControl, 1); } continue; } Loading Loading
services/core/java/com/android/server/wm/Transition.java +1 −0 Original line number Diff line number Diff line Loading @@ -2003,6 +2003,7 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { // to be changed by non-transition logic until the transition is finished. if (wp.isVisibleRequested() && wp.getFixedRotationLeash() != null) { transaction.show(wp.mSurfaceControl); transaction.setAlpha(wp.mSurfaceControl, 1); } continue; } Loading