mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Hide keyboard only when scrolling happens
Bug: 179307221 Test: see attached video Change-Id: I9b13c8f62122a6d7bf56a28c830be9a9dbfee52a
This commit is contained in:
@@ -246,6 +246,7 @@ public class AllAppsTransitionController
|
||||
* TODO: This logic should go in {@link LauncherState}
|
||||
*/
|
||||
private void onProgressAnimationEnd() {
|
||||
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) return;
|
||||
if (Float.compare(mProgress, 1f) == 0) {
|
||||
mAppsView.reset(false /* animate */);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user