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

Commit 5d3d7a14 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed index passed to handleAssist()

Test: atest CtsAssistTestCases

Fixes: 131386884

Change-Id: I447c2c89b71b6638316a3136ffa5d2204fc5b0cd
parent 7d35c0d9
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
            }