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

Commit a0e3d97e authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE" into udc-qpr-dev

parents bd247cbe 63e60019
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump
     * Sets the amount of vertical over scroll that should be performed on the notifications scrim.
     */
    public void setNotificationsOverScrollAmount(int overScrollAmount) {
        mNotificationsScrim.setTranslationY(overScrollAmount);
        if (mNotificationsScrim != null) mNotificationsScrim.setTranslationY(overScrollAmount);
    }

    /**