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

Commit c8d4282e authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed index passed to handleAssist()" into qt-dev am: 2c382f07

am: a81f0a7a

Change-Id: Id504f61b1cf92f8b897792aae15a4cebb76692f2
parents b130fc8b a81f0a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ final class VoiceInteractionSessionConnection implements ServiceConnection,

        if (data == null) {
            try {
                mSession.handleAssist(-1, null, null, null, null, -1, 0);
                mSession.handleAssist(-1, null, null, null, null, 0, 0);
            } catch (RemoteException e) {
                // Ignore
            }