Update conversation-related strings

Test: atest
Bug: 157215227
Change-Id: Iba279bb285e53918a1e1b43c04d6ec7576cd48a0
This commit is contained in:
Julia Reynolds
2020-05-21 16:42:43 -04:00
parent 6d63120295
commit 9e78ec75d1
8 changed files with 58 additions and 18 deletions

View File

@@ -50,6 +50,11 @@ public class NoConversationsPreferenceController extends ConversationListPrefere
return true;
}
@Override
Preference getSummaryPreference() {
return null;
}
@Override
boolean matchesFilter(ConversationChannelWrapper conversation) {
return false;