Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorDialogController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ class ChannelEditorDialogController @Inject constructor( } } @SuppressWarnings("unchecked") @Suppress("unchecked_cast") private fun fetchNotificationChannelGroups(): List<NotificationChannelGroup> { return try { noMan.getNotificationChannelGroupsForPackage(packageName!!, appUid!!, false) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ChannelEditorDialogController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ class ChannelEditorDialogController @Inject constructor( } } @SuppressWarnings("unchecked") @Suppress("unchecked_cast") private fun fetchNotificationChannelGroups(): List<NotificationChannelGroup> { return try { noMan.getNotificationChannelGroupsForPackage(packageName!!, appUid!!, false) Loading