fix(lint): Move suppressions due to refactoring

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-12-13 15:34:58 +01:00
parent 8fe7addaef
commit 279bd8ade7
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -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(