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

Commit 593089c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Avoid null pointer exception when calling NotificationShadeWindowControllerImpl#dump"

parents 231df1d2 bc2ce2a6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -666,8 +666,10 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW
        pw.println(TAG + ":");
        pw.println("  mKeyguardDisplayMode=" + mKeyguardDisplayMode);
        pw.println(mCurrentState);
        if (mNotificationShadeView != null && mNotificationShadeView.getViewRootImpl() != null) {
            mNotificationShadeView.getViewRootImpl().dump("  ", pw);
        }
    }

    @Override
    public boolean isShowingWallpaper() {