Merge "Merge "Assign leash layer when starting animations." into pi-dev am: 540a2903cd" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
e82214025e
@@ -1142,11 +1142,13 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
|
||||
|
||||
@Override
|
||||
public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) {
|
||||
mLastLayer = -1;
|
||||
reassignLayer(t);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimationLeashDestroyed(Transaction t) {
|
||||
mLastLayer = -1;
|
||||
reassignLayer(t);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user