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

Commit a038e982 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a crash with remote input" into qt-r1-dev

am: 7c33cbcb

Change-Id: Id95e297df37d1fda9f1c7a580343a8fbc9f6ef2b
parents bec00711 7c33cbcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ public class NotificationRemoteInputManager implements Dumpable {
            }
        }

        if (!riv.isAttachedToWindow()) {
        if (riv != null && !riv.isAttachedToWindow()) {
            // the remoteInput isn't attached to the window anymore :/ Let's focus on the expanded
            // one instead if it's available
            riv = null;