Loading services/core/java/com/android/server/wm/Transition.java +2 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,8 @@ class Transition extends Binder implements BLASTSyncEngine.TransactionReadyListe " Rejecting as detached: %s", wc); continue; } // The level of transition target should be at least window token. if (wc.asWindowState() != null) continue; final ChangeInfo changeInfo = changes.get(wc); Loading Loading
services/core/java/com/android/server/wm/Transition.java +2 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,8 @@ class Transition extends Binder implements BLASTSyncEngine.TransactionReadyListe " Rejecting as detached: %s", wc); continue; } // The level of transition target should be at least window token. if (wc.asWindowState() != null) continue; final ChangeInfo changeInfo = changes.get(wc); Loading