mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fixed - Should not disappear keyboard when del last char
- closes #4095
This commit is contained in:
@@ -126,13 +126,6 @@ class AllAppsSearchInput(context: Context, attrs: AttributeSet?) :
|
||||
enableDebugMenu.set(!enableDebugMenu.get())
|
||||
launcher.stateManager.goToState(LauncherState.NORMAL)
|
||||
}
|
||||
// Make sure to empty
|
||||
// if user used backspace instead of clear action btn
|
||||
if (input.text.isEmpty() || input.text.isBlank()) {
|
||||
input.reset()
|
||||
resetSearch()
|
||||
clearSearchResult()
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user