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

Commit a0a542d0 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a screen flickering on tablets" into nyc-dev am: ce80acd7

am: be802632

* commit 'be802632':
  Fixed a screen flickering on tablets

Change-Id: Iae540c51ef8e28d493dfe4fca4dcb5c86947918a
parents c0dca174 be802632
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1757,6 +1757,9 @@ public class NotificationStackScrollLayout extends ViewGroup
    }

    private void startBackgroundAnimation() {
        // left and right are always instantly applied
        mCurrentBounds.left = mBackgroundBounds.left;
        mCurrentBounds.right = mBackgroundBounds.right;
        startBottomAnimation();
        startTopAnimation();
    }