Allow switch preferences to span lines.
Test: manual Change-Id: Ifcc801873ed143c4d9ceb6fb928c276808a95f81
This commit is contained in:
@@ -184,6 +184,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
channelPref.setKey(channel.getId());
|
||||
channelPref.setTitle(channel.getName());
|
||||
channelPref.setChecked(channel.getImportance() != IMPORTANCE_NONE);
|
||||
channelPref.setMultiLine(true);
|
||||
|
||||
if (channel.isDeleted()) {
|
||||
channelPref.setTitle(
|
||||
|
Reference in New Issue
Block a user