Show channel description.

Test: manual
Change-Id: I0965b0ad2c64571a01a5f221f8d344c60d54b53d
This commit is contained in:
Julia Reynolds
2017-03-17 15:10:29 -04:00
parent d964467622
commit 521c8751b3
3 changed files with 10 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
int deletedChannelCount = mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid);
if (deletedChannelCount > 0) {
DimmableIconPreference deletedPref = new DimmableIconPreference(getPrefContext());
deletedPref.setEnabled(false);
deletedPref.setSelectable(false);
deletedPref.setTitle(getResources().getQuantityString(
R.plurals.deleted_channels, deletedChannelCount, deletedChannelCount));
deletedPref.setIcon(R.drawable.ic_info);