Loading libs/WindowManager/Shell/src/com/android/wm/shell/transition/Transitions.java +5 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,11 @@ public class Transitions implements RemoteCallable<Transitions>, Log.e(TAG, "Got duplicate transitionReady for " + transitionToken); // The transition is already somewhere else in the pipeline, so just return here. t.apply(); if (existing.mFinishT != null) { existing.mFinishT.merge(finishT); } else { existing.mFinishT = finishT; } return; } // This usually means the system is in a bad state and may not recover; however, Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/transition/Transitions.java +5 −1 Original line number Diff line number Diff line Loading @@ -667,7 +667,11 @@ public class Transitions implements RemoteCallable<Transitions>, Log.e(TAG, "Got duplicate transitionReady for " + transitionToken); // The transition is already somewhere else in the pipeline, so just return here. t.apply(); if (existing.mFinishT != null) { existing.mFinishT.merge(finishT); } else { existing.mFinishT = finishT; } return; } // This usually means the system is in a bad state and may not recover; however, Loading