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

Commit 507eab39 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

am: a038e982

Change-Id: I50752b51594943c343c181f3303490c0da09dd30
parents 4e316581 a038e982
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;