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

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

Merge "Avoid null pointer exception when calling...

Merge "Avoid null pointer exception when calling NotificationShadeWindowControllerImpl#dump" into sc-dev
parents 55aaf688 5bf19edb
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() {