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

Commit 2ce0dd2f 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

Change-Id: I7775f54a69b63905e9d550c5e23376d496696bb9
parents 8aca5740 8bad82d8
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)