mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Also setEarlyWakeup for single frame transaction to hide window.
Bug: 79204453 Change-Id: Ib13f8a0c49b03fdce960b3f480c598bb70a113ef
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