Merge "Remove fall through for KEYCODE_VOICE_ASSIST"

automerge: 84533ed

* commit '84533edfc081f8dfa632ee1e49947b3d42f8a27d':
  Remove fall through for KEYCODE_VOICE_ASSIST
This commit is contained in:
Craig Mautner
2015-02-03 17:41:31 +00:00
committed by android-build-merger

View File

@@ -4512,6 +4512,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
msg.setAsynchronous(true);
msg.sendToTarget();
}
break;
}
}