Merge "Dismiss more suggestions before showing important notice"
commit
166fd799d4
|
@ -240,6 +240,9 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
|
|||
if (TextUtils.isEmpty(importantNoticeTitle)) {
|
||||
return false;
|
||||
}
|
||||
if (isShowingMoreSuggestionPanel()) {
|
||||
dismissMoreSuggestionsPanel();
|
||||
}
|
||||
mLayoutHelper.layoutImportantNotice(mImportantNoticeStrip, importantNoticeTitle);
|
||||
mStripVisibilityGroup.showImportantNoticeStrip();
|
||||
mImportantNoticeStrip.setOnClickListener(this);
|
||||
|
|
Loading…
Reference in New Issue