Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3ae7e3a authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Revert "[Live tile] Finish recents animation when the phone goes to...

Merge "Revert "[Live tile] Finish recents animation when the phone goes to sleep in live tile mode"" into sc-dev
parents 425d17fe e6354c1a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -614,9 +614,6 @@ public abstract class RecentsView<T extends StatefulActivity> extends PagedView
    @Override
    protected void onWindowVisibilityChanged(int visibility) {
        super.onWindowVisibilityChanged(visibility);
        if (visibility != VISIBLE && LIVE_TILE.get()) {
            finishRecentsAnimation(true /* toRecents */, null);
        }
        updateTaskStackListenerState();
    }