mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Prevent wallpaper flicker while entering split screen from overview" into tm-dev am: 0b944f6a4d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18797269 Change-Id: Ia67807cf497fed81837707dcc401aeaa7d6f4a72 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -514,9 +514,6 @@ public final class TaskViewUtils {
|
||||
for (SurfaceControl leash: openingTargets) {
|
||||
t.setAlpha(leash, progress);
|
||||
}
|
||||
for (SurfaceControl leash: closingTargets) {
|
||||
t.setAlpha(leash, 1 - progress);
|
||||
}
|
||||
t.apply();
|
||||
});
|
||||
animator.addListener(new AnimatorListenerAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user