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

Commit 4c4e0de5 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

DirectReply: fix lockscreen crash am: b22665db

am: dd8b2c94

Change-Id: I30dd96b6b332fcd327fcaf81c8e082d7081781b2
parents cabdd0c4 dd8b2c94
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();
        }