Reduce search close cooldown
This commit is contained in:
parent
cd08d8887d
commit
ac29dd512c
@ -279,7 +279,7 @@ abstract class SharedLauncherActivity(
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
if (System.currentTimeMillis() - pauseTime > 60000) {
|
||||
if (System.currentTimeMillis() - pauseTime > 20000) {
|
||||
viewModel.closeSearchWithoutAnimation()
|
||||
searchVM.search("")
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user