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

Commit 080456ed authored by Leonard Mosescu's avatar Leonard Mosescu Committed by android-build-merger
Browse files

Merge "Add missing break statement."

am: 7a4b88de

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