Merge "Don't pass channel info for the bubble app page" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-11 17:23:56 +00:00
committed by Android (Google) Code Review
2 changed files with 73 additions and 1 deletions

View File

@@ -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();