Merge "Fix an unintentional switch-case fall-through"

This commit is contained in:
TreeHugger Robot
2017-02-23 18:42:49 +00:00
committed by Android (Google) Code Review

View File

@@ -496,6 +496,7 @@ public abstract class IInputConnectionWrapper extends IInputContext.Stub {
} finally {
args.recycle();
}
return;
}
case DO_REQUEST_UPDATE_CURSOR_ANCHOR_INFO: {
SomeArgs args = (SomeArgs)msg.obj;