Merge "Fix doubling of channel listing"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6dca5ef8e9
@@ -252,7 +252,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
int childCount = groupGroup.getPreferenceCount();
|
||||
for (int i = 0; i < childCount; i++) {
|
||||
Preference pref = groupGroup.getPreference(i);
|
||||
if (pref instanceof MasterCheckBoxPreference) {
|
||||
if (pref instanceof ChannelSummaryPreference) {
|
||||
toRemove.add(pref);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user