Merge "Exclude WindowState from transition targets"
This commit is contained in:
committed by
Android (Google) Code Review
commit
2bbbc9a2e8
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user