mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
proper kotlin code formatting
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cbad775669
commit
c3dd263b3f
@ -83,8 +83,10 @@ class MessageActionsDialog(
|
|||||||
currentConversation?.type != Conversation.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL
|
currentConversation?.type != Conversation.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL
|
||||||
)
|
)
|
||||||
initMenuDeleteMessage(showMessageDeletionButton)
|
initMenuDeleteMessage(showMessageDeletionButton)
|
||||||
initMenuForwardMessage(ChatMessage.MessageType.REGULAR_TEXT_MESSAGE == message.getMessageType() &&
|
initMenuForwardMessage(
|
||||||
!(message.isDeletedCommentMessage || message.isDeleted))
|
ChatMessage.MessageType.REGULAR_TEXT_MESSAGE == message.getMessageType() &&
|
||||||
|
!(message.isDeletedCommentMessage || message.isDeleted)
|
||||||
|
)
|
||||||
initMenuMarkAsUnread(
|
initMenuMarkAsUnread(
|
||||||
message.previousMessageId > NO_PREVIOUS_MESSAGE_ID &&
|
message.previousMessageId > NO_PREVIOUS_MESSAGE_ID &&
|
||||||
ChatMessage.MessageType.SYSTEM_MESSAGE != message.getMessageType() &&
|
ChatMessage.MessageType.SYSTEM_MESSAGE != message.getMessageType() &&
|
||||||
|
Loading…
Reference in New Issue
Block a user