mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Hide keyboard only when scrolling happens
Bug: 179307221 Test: see attached video Change-Id: I9b13c8f62122a6d7bf56a28c830be9a9dbfee52a
This commit is contained in:
@@ -131,10 +131,9 @@ public class ExtendedEditText extends EditText {
|
||||
public void reset() {
|
||||
if (!TextUtils.isEmpty(getText())) {
|
||||
setText("");
|
||||
} else {
|
||||
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) {
|
||||
return;
|
||||
}
|
||||
if (isFocused()) {
|
||||
View nextFocus = focusSearch(View.FOCUS_DOWN);
|
||||
|
||||
Reference in New Issue
Block a user