Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9763648d authored by Evan Laird's avatar Evan Laird Committed by Android (Google) Code Review
Browse files

Merge "Fix @Suppress annotation to be the kotlin style" into qt-dev

parents d532ef56 19cc32c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)