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

Commit 05cdf02b authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

DirectReply: fix lockscreen crash am: b22665db am: dd8b2c94

am: 4c4e0de5

Change-Id: Ifc1b08a0a58ca7dc67f2eef0c3de678e8ba1f5c1
parents 8b617f30 4c4e0de5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4269,7 +4269,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        }
        updateKeyguardState(staying, false /* fromShadeLocked */);

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