mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Fix testSearchDeadzoneForTablets failure
Bug: 239868630 Bug: 240116666 Test: testSearchDeadzoneForTablets passes Change-Id: I8b20cf56191058b6033ae929be6726a2c88825c8
This commit is contained in:
@@ -234,6 +234,7 @@ public class AllAppsTransitionController
|
||||
// Reset pull back progress and alpha after switching states.
|
||||
ALL_APPS_PULL_BACK_TRANSLATION.set(this, 0f);
|
||||
ALL_APPS_PULL_BACK_ALPHA.set(this, 1f);
|
||||
mLauncher.getAppsView().getSearchUiManager().getEditText().hideKeyboard();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -241,7 +242,6 @@ public class AllAppsTransitionController
|
||||
if (Float.compare(mProgress, targetProgress) == 0) {
|
||||
setAlphas(toState, config, builder);
|
||||
// Fail fast
|
||||
onProgressAnimationEnd();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user