mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
fix to hide moderation actions
Signed-off-by: Marcel Hibbe <dev@mhibbe.de> [skip ci]
This commit is contained in:
parent
e940234863
commit
e137b34dcb
1 changed files with 1 additions and 1 deletions
|
@ -1181,7 +1181,7 @@ class ConversationInfoActivity :
|
|||
|
||||
@SuppressLint("CheckResult")
|
||||
override fun onItemClick(view: View?, position: Int): Boolean {
|
||||
if (ConversationUtils.canModerate(conversation!!, spreedCapabilities)) {
|
||||
if (!ConversationUtils.canModerate(conversation!!, spreedCapabilities)) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue