Show localized channel names

Test: manual
Change-Id: I85d60e564aeff8074cdb8138fe7ac1c078be986a
This commit is contained in:
Julia Reynolds
2017-03-01 16:59:10 -05:00
parent 6d3947e2c1
commit 3327eac198
4 changed files with 21 additions and 10 deletions

View File

@@ -155,8 +155,4 @@ public class NotificationBackend {
public boolean showBadge;
public int userId;
}
public static class ChannelRow extends AppRow {
public NotificationChannel channel;
}
}