mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
suppress string format invalid
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
17e105b09c
commit
00632e5d70
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ class ConversationInfoActivity :
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("CheckResult")
|
@SuppressLint("CheckResult", "StringFormatInvalid")
|
||||||
override fun onItemClick(view: View?, position: Int): Boolean {
|
override fun onItemClick(view: View?, position: Int): Boolean {
|
||||||
if (!ConversationUtils.canModerate(conversation!!, spreedCapabilities)) {
|
if (!ConversationUtils.canModerate(conversation!!, spreedCapabilities)) {
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue