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

Commit 2b1aa123 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Replace "custom view" with "customized view"

* Remove string list_filter_custom_preference so that we can use
  string listCustomView in both Contacts and ContactsCommon packages
  to avoid creating another CL in Contacts package.

Bug 30198034

Change-Id: I8e0bf2a948991546ae6652a3a6d2bd544c6bc738
parent 108f7837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ public class DisplayOptionsPreferenceFragment extends PreferenceFragment
                        filter.filterType == ContactListFilter.FILTER_TYPE_ALL_ACCOUNTS) {
                    customFilterPreference.setSummary(R.string.list_filter_all_accounts);
                } else if (filter.filterType == ContactListFilter.FILTER_TYPE_CUSTOM) {
                    customFilterPreference.setSummary(R.string.list_filter_custom_preference);
                    customFilterPreference.setSummary(R.string.listCustomView);
                } else {
                    customFilterPreference.setSummary(null);
                }