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

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

Merge "DirectReply: fix lockscreen crash" into nyc-mr1-dev

parents 92bd0128 b22665db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4231,7 +4231,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        }
        updateKeyguardState(staying, false /* fromShadeLocked */);

        if (viewToClick != null) {
        if (viewToClick != null && viewToClick.isAttachedToWindow()) {
            viewToClick.callOnClick();
        }