Merge changes I31066a6f,I081cea0d into sc-dev am: 6d6280c634 am: b03f1946c1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14822912 Change-Id: Ieaec6e4e30244a9ab4611b8c738d502d2218bca4
This commit is contained in:
@@ -69,9 +69,7 @@ public abstract class ConversationListPreferenceController extends AbstractPrefe
|
||||
populateConversations(conversations, containerGroup);
|
||||
}
|
||||
|
||||
if (containerGroup.getPreferenceCount() == 0) {
|
||||
containerGroup.setVisible(false);
|
||||
} else {
|
||||
if (containerGroup.getPreferenceCount() != 0) {
|
||||
Preference summaryPref = getSummaryPreference();
|
||||
if (summaryPref != null) {
|
||||
containerGroup.addPreference(summaryPref);
|
||||
|
||||
@@ -55,6 +55,7 @@ public class PriorityConversationsPreferenceController extends
|
||||
Preference pref = new Preference(mContext);
|
||||
pref.setOrder(1);
|
||||
pref.setSummary(R.string.important_conversations_summary_bubbles);
|
||||
pref.setSelectable(false);
|
||||
return pref;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user