mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 04:09:21 +00:00
fix to hide moderation actions
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
39180f2f6d
commit
c21a3a2363
@ -1163,7 +1163,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 New Issue
Block a user