mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Improve AA+ Search UI, fix IME double close
Bug: 167573256 Change-Id: If0d76177a8589bee3283d8c06529cedc8aab6c31
This commit is contained in:
@@ -270,11 +270,7 @@ public class AllAppsTransitionController implements StateHandler<LauncherState>,
|
||||
editText.requestFocus();
|
||||
}
|
||||
}
|
||||
if (Float.compare(mProgress, 1f) == 0) {
|
||||
// Called when home gesture closes all apps container.
|
||||
// TODO: should make the controller hide synchronously
|
||||
mInsetController.hide();
|
||||
}
|
||||
// TODO: should make the controller hide synchronously
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user