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

Commit d3087e3c authored by Sergey Pinkevich's avatar Sergey Pinkevich Committed by Android (Google) Code Review
Browse files

Merge "Fix blinking for the active tile" into main

parents 898aec86 6c7ddc9b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -855,7 +855,9 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>,
        if (windowInsets.isVisible(WindowInsets.Type.ime())) {
            return result;
        }
        if (mGestureState.getEndTarget() == null) {
            buildAnimationController();
        }
        // Reapply the current shift to ensure it takes new insets into account, e.g. when long
        // pressing to stash taskbar without moving the finger.
        onCurrentShiftUpdated();