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

Commit 5d2af160 authored by Leonard Mosescu's avatar Leonard Mosescu Committed by android-build-merger
Browse files

Merge "Add missing break statement." am: 7a4b88de

am: 080456ed

Change-Id: I2acd644f0bb5916f9c90a1103b023544a7eebddb
parents 2ab70d21 080456ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1725,6 +1725,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;