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

Commit ba0639ad 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

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

Change-Id: I933d1b9d4b93f4f621bce2f55b85d8462f5e994b
parents a6a27fb7 ce80acd7
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();
    }