Update conversation-related strings am: 9e78ec75d1 am: 61e956443d am: 423fdfa8bb am: 0051068fcb

Change-Id: I5da6a7997f960ca6a112ce6958c20197447a4846
This commit is contained in:
Julia Reynolds
2020-05-22 12:31:26 +00:00
committed by Automerger Merge Worker
8 changed files with 58 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ import android.os.Bundle;
import android.provider.Settings;
import android.service.notification.ConversationChannelWrapper;
import androidx.preference.Preference;
import androidx.preference.PreferenceCategory;
import androidx.preference.PreferenceManager;
import androidx.preference.PreferenceScreen;
@@ -225,5 +226,10 @@ public class ConversationListPreferenceControllerTest {
public String getPreferenceKey() {
return "test";
}
@Override
Preference getSummaryPreference() {
return null;
}
}
}