Merge "Call existing method on the binding controller"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f51e956ff1
@@ -515,7 +515,7 @@ final class InputMethodBindingController {
|
||||
if (DEBUG) {
|
||||
Slog.d(TAG, "Cannot show input: no IME bound. Rebinding.");
|
||||
}
|
||||
bindCurrentMethodLocked();
|
||||
bindCurrentMethod();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -2411,7 +2411,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
if (DEBUG) {
|
||||
Slog.d(TAG, "Avoiding IME startup and unbinding current input method.");
|
||||
}
|
||||
mBindingController.unbindCurrentMethodLocked();
|
||||
mBindingController.unbindCurrentMethod();
|
||||
return InputBindResult.NO_EDITOR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user