mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Check IME visibility check before calling IMM.hide()
Bug: 183062683 Bug: 185558351 Test: manual Change-Id: Ib3bee0f895cc03c6faeb662d078d013ac4d6e406
This commit is contained in:
@@ -99,7 +99,7 @@ public class ExtendedEditText extends EditText {
|
||||
}
|
||||
|
||||
public void hideKeyboard() {
|
||||
UiThreadHelper.hideKeyboardAsync(getContext(), getWindowToken());
|
||||
UiThreadHelper.hideKeyboardAsync(Launcher.getLauncher(getContext()), getWindowToken());
|
||||
}
|
||||
|
||||
private boolean showSoftInput() {
|
||||
|
||||
Reference in New Issue
Block a user