fix detekt warnings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2025-04-04 14:55:01 +02:00
parent ba88f23f39
commit 863dc10f36
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -10,7 +10,6 @@ package com.nextcloud.talk.utils
import android.content.Context
import android.os.Build
import androidx.annotation.RequiresApi
enum class ReceiverFlag(val value: Int) {
Exported(
@ -26,5 +25,5 @@ enum class ReceiverFlag(val value: Int) {
} else {
0
}
),
)
}