OSDN Git Service

Adding missing break statement in VideoCallProvider.
authorTyler Gunn <tgunn@google.com>
Fri, 25 Jul 2014 20:04:31 +0000 (13:04 -0700)
committerTyler Gunn <tgunn@google.com>
Fri, 25 Jul 2014 20:04:31 +0000 (13:04 -0700)
Related to cl/510948

Bug: 16494880
Bug: 16495203
Change-Id: I4de0dccb886efbd119bd75b1285fdc84210c94fb

telecomm/java/android/telecomm/VideoCallProvider.java

index f3fec11..de0126d 100644 (file)
@@ -51,6 +51,7 @@ public abstract class VideoCallProvider {
             switch (msg.what) {
                 case MSG_SET_VIDEO_CALL_LISTENER:
                     mVideoCallListener = IVideoCallCallback.Stub.asInterface((IBinder) msg.obj);
+                    break;
                 case MSG_SET_CAMERA:
                     onSetCamera((String) msg.obj);
                     break;