[automerger] Also setEarlyWakeup for single frame transaction to hide window. am: 3f596f649d
Change-Id: I2bfdc9018ec43b18274f9b6b71554f0f53b2f6b9
This commit is contained in:
@@ -142,6 +142,7 @@ public class LongSwipeHelper {
|
||||
}
|
||||
}
|
||||
}
|
||||
transaction.setEarlyWakeup();
|
||||
transaction.apply();
|
||||
}
|
||||
|
||||
|
||||
@@ -167,10 +167,10 @@ public class ClipAnimationHelper {
|
||||
|| app.activityType == RemoteAnimationTargetCompat.ACTIVITY_TYPE_HOME) {
|
||||
transaction.setAlpha(app.leash, 1 - progress);
|
||||
}
|
||||
transaction.setEarlyWakeup();
|
||||
|
||||
mTaskTransformCallback.accept(transaction, app);
|
||||
}
|
||||
transaction.setEarlyWakeup();
|
||||
transaction.apply();
|
||||
return currentRect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user