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

Commit 8bad82d8 authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

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

am: 9763648d

Change-Id: I072428158cbadcc6ebf44341ecd3e2b5c93ffb07
parents 9caee0b5 9763648d
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)