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

Commit f8f126c0 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Removing scrolling to 0

This caused regressions in flip-order mode.

Will figure our later what should replace it when clear-all is enabled.

Bug: 72222505
Test: Manual
Change-Id: Ie3d65f550935a26efa8e8e31594dbe8f35ba1f71
parent b1c33a5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ public abstract class RecentsView<T extends BaseActivity>

        unloadVisibleTaskData();
        setCurrentPage(0);
        scrollTo(0, 0);

        OverviewCallbacks.get(getContext()).onResetOverview();
    }