Loading java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java +3 −0 Original line number Diff line number Diff line Loading @@ -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