Don't pass channel info for the bubble app page
Fixes: 157485149 Test: make SettingsUnitTests; adb shell am instrument etc Change-Id: If8d9b446ed056996cda91fcc5e92c7077ff3ea5d
This commit is contained in:
@@ -90,7 +90,7 @@ public class AppBubbleNotificationSettings extends NotificationSettings implemen
|
||||
}
|
||||
|
||||
for (NotificationPreferenceController controller : mControllers) {
|
||||
controller.onResume(mAppRow, mChannel, mChannelGroup, null, null, mSuspendedAppsAdmin);
|
||||
controller.onResume(mAppRow, null, null, null, null, mSuspendedAppsAdmin);
|
||||
controller.displayPreference(getPreferenceScreen());
|
||||
}
|
||||
updatePreferenceStates();
|
||||
|
Reference in New Issue
Block a user