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
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