We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18afc62 + 4d0d38b commit d5f3798Copy full SHA for d5f3798
packages/SystemUI/src/com/android/systemui/SearchPanelView.java
@@ -106,6 +106,9 @@ private SearchManager getSearchManager() {
106
}
107
108
private void startAssistActivity() {
109
+ // Close Recent Apps if needed
110
+ mBar.animateCollapse();
111
+ // Launch Assist
112
Intent intent = getAssistIntent();
113
try {
114
ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
0 commit comments