mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01: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")
|
@SuppressLint("CheckResult")
|
||||||
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 New Issue
Block a user