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

Commit 7ef70b00 authored by Dake Gu's avatar Dake Gu
Browse files

add missing break for Activity options

fix b/16166102

Change-Id: Iebe8c4d4e640a14b049ffa62d8decb062cfe8f12
parent 6dc7e4e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1484,6 +1484,7 @@ public final class ActivityThread {
                case ON_NEW_ACTIVITY_OPTIONS:
                    Pair<IBinder, ActivityOptions> pair = (Pair<IBinder, ActivityOptions>) msg.obj;
                    onNewActivityOptions(pair.first, pair.second);
                    break;
                case STOP_MEDIA_PLAYING:
                    handleStopMediaPlaying((IBinder) msg.obj);
                    break;