mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +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
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("CheckResult", "StringFormatInvalid")
|
@SuppressLint("CheckResult")
|
||||||
private fun launchDefaultActions(participant: Participant, apiVersion: Int) {
|
private fun launchDefaultActions(participant: Participant, apiVersion: Int) {
|
||||||
val items = getDefaultActionItems(participant)
|
val items = getDefaultActionItems(participant)
|
||||||
|
|
||||||
@ -1432,6 +1432,7 @@ class ConversationInfoActivity :
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressLint("StringFormatInvalid")
|
||||||
private fun getDefaultActionItems(participant: Participant): MutableList<BasicListItemWithImage> {
|
private fun getDefaultActionItems(participant: Participant): MutableList<BasicListItemWithImage> {
|
||||||
val items = mutableListOf(
|
val items = mutableListOf(
|
||||||
BasicListItemWithImage(
|
BasicListItemWithImage(
|
||||||
|
Loading…
Reference in New Issue
Block a user