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

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

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

Merge "Merge "Fixed a screen flickering on tablets" into nyc-dev am: ce80acd7 am: be802632" into nyc-mr1-dev-plus-aosp
am: 4713c407

* commit '4713c407':
  Fixed a screen flickering on tablets

Change-Id: I011e1eb678824590d6314810dcfc55a70ce821e2
parents 08aa6b47 4713c407
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1754,6 +1754,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();
    }