Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8abd13c authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Dismiss more suggestions before showing important notice

Bug: 14078601
Change-Id: I029cadd8f2f170b5a3e70df170e306c9be109a70
parent 1ee443d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);