We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c66e98 + 8ea8a29 commit a78bdd9Copy full SHA for a78bdd9
packages/SystemUI/src/com/android/systemui/SearchPanelView.java
@@ -110,6 +110,7 @@ private void startAssistActivity() {
110
mBar.animateCollapse(CommandQueue.FLAG_EXCLUDE_SEARCH_PANEL);
111
// Launch Assist
112
Intent intent = getAssistIntent();
113
+ if (intent == null) return;
114
try {
115
ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext,
116
R.anim.search_launch_enter, R.anim.search_launch_exit);
0 commit comments