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

Commit 131d83b2 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 am: 8bad82d8

am: 2ce0dd2f

Change-Id: I3962b910422db69ffcf55e3762da410ffdd102b2
parents 8af778bd 2ce0dd2f
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)