Merge "Fix an unintentional switch-case fall-through"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7f7a7fa018
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user