mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-21 03:35:15 +01:00
Suppress lint for unused result
Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
dad4f56e6a
commit
9f62df3a53
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
package com.nextcloud.talk.ui.bottom.sheet
|
package com.nextcloud.talk.ui.bottom.sheet
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.net.Uri
|
import android.net.Uri
|
||||||
@ -84,6 +85,7 @@ class ProfileBottomSheet(val ncApi: NcApi, val userEntity: UserEntity, val route
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressLint("CheckResult")
|
||||||
private fun bottomSheet(actions: List<HoverCardAction>, displayName: String, userId: String, context: Context) {
|
private fun bottomSheet(actions: List<HoverCardAction>, displayName: String, userId: String, context: Context) {
|
||||||
|
|
||||||
val filteredActions = actions.filter { allowedAppIds.contains(it.appId) }
|
val filteredActions = actions.filter { allowedAppIds.contains(it.appId) }
|
||||||
|
Loading…
Reference in New Issue
Block a user