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

Commit 7a4b88de authored by Leonard Mosescu's avatar Leonard Mosescu Committed by Gerrit Code Review
Browse files

Merge "Add missing break statement."

parents 57b966ee 456d5fc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1724,6 +1724,7 @@ public final class ActivityThread {
                case LOCAL_VOICE_INTERACTION_STARTED:
                case LOCAL_VOICE_INTERACTION_STARTED:
                    handleLocalVoiceInteractionStarted((IBinder) ((SomeArgs) msg.obj).arg1,
                    handleLocalVoiceInteractionStarted((IBinder) ((SomeArgs) msg.obj).arg1,
                            (IVoiceInteractor) ((SomeArgs) msg.obj).arg2);
                            (IVoiceInteractor) ((SomeArgs) msg.obj).arg2);
                    break;
                case ATTACH_AGENT:
                case ATTACH_AGENT:
                    handleAttachAgent((String) msg.obj);
                    handleAttachAgent((String) msg.obj);
                    break;
                    break;