Merge "Exclude WindowState from transition targets"

This commit is contained in:
TreeHugger Robot
2022-01-28 16:39:35 +00:00
committed by Android (Google) Code Review

View File

@@ -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);