Merge "Don't tell Assistant to hide on gesture completion or cancel" into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bea597d404
@@ -82,7 +82,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
|
||||
void processBundle(Bundle hints);
|
||||
|
||||
/**
|
||||
* Hides the UI.
|
||||
* Hides any SysUI for the assistant, but _does not_ close the assistant itself.
|
||||
*/
|
||||
void hide();
|
||||
}
|
||||
|
||||
@@ -118,7 +118,6 @@ public class DefaultUiController implements AssistManager.UiController {
|
||||
|
||||
@Override // AssistManager.UiController
|
||||
public void hide() {
|
||||
Dependency.get(AssistManager.class).hideAssist();
|
||||
detach();
|
||||
if (mInvocationAnimator.isRunning()) {
|
||||
mInvocationAnimator.cancel();
|
||||
|
||||
Reference in New Issue
Block a user