Merge "Break out of switch/case after handling launch_emergency."

This commit is contained in:
TreeHugger Robot
2020-11-17 00:46:08 +00:00
committed by Android (Google) Code Review

View File

@@ -1206,6 +1206,7 @@ public class CommandQueue extends IStatusBar.Stub implements CallbackController<
for (int i = 0; i < mCallbacks.size(); i++) {
mCallbacks.get(i).onEmergencyActionLaunchGestureDetected();
}
break;
case MSG_SHOW_PICTURE_IN_PICTURE_MENU:
for (int i = 0; i < mCallbacks.size(); i++) {
mCallbacks.get(i).showPictureInPictureMenu();