Merge "Add missing break to switch statement" into lmp-dev

This commit is contained in:
RoboErik
2014-10-20 22:08:06 +00:00
committed by Android (Google) Code Review

View File

@@ -1157,6 +1157,7 @@ public final class MediaSession {
break;
case MSG_SKIP_TO_ITEM:
mCallback.onSkipToQueueItem((Long) msg.obj);
break;
case MSG_PAUSE:
mCallback.onPause();
break;