mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
fix detekt warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
ba88f23f39
commit
863dc10f36
@ -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
|
||||
}
|
||||
),
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user