mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
fix(lint): Move suppressions due to refactoring
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
8fe7addaef
commit
279bd8ade7
@ -1366,7 +1366,7 @@ class ConversationInfoActivity :
|
||||
return true
|
||||
}
|
||||
|
||||
@SuppressLint("CheckResult", "StringFormatInvalid")
|
||||
@SuppressLint("CheckResult")
|
||||
private fun launchDefaultActions(participant: Participant, apiVersion: Int) {
|
||||
val items = getDefaultActionItems(participant)
|
||||
|
||||
@ -1432,6 +1432,7 @@ class ConversationInfoActivity :
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("StringFormatInvalid")
|
||||
private fun getDefaultActionItems(participant: Participant): MutableList<BasicListItemWithImage> {
|
||||
val items = mutableListOf(
|
||||
BasicListItemWithImage(
|
||||
|
Loading…
Reference in New Issue
Block a user