Improve AA+ Search UI, fix IME double close

Bug: 167573256

Change-Id: If0d76177a8589bee3283d8c06529cedc8aab6c31
This commit is contained in:
Hyunyoung Song
2020-09-08 00:51:00 -07:00
parent f79837d93f
commit b0277191f3
2 changed files with 3 additions and 5 deletions

View File

@@ -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
}
}
}