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

Commit a81f0a7a 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

Change-Id: I43c8bce0ca330e07039f240862403738e7b8acc7
parents 7fd417bc 2c382f07
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
            }