mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
ktlintFormat
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
be9bda7f04
commit
d523f12462
@ -24,11 +24,11 @@ object ConversationUtils {
|
|||||||
Participant.ParticipantType.USER_FOLLOWING_LINK == conversation.participantType
|
Participant.ParticipantType.USER_FOLLOWING_LINK == conversation.participantType
|
||||||
}
|
}
|
||||||
|
|
||||||
fun isOneToOneConversation(conversation: ConversationModel): Boolean {
|
fun isOneToOneConversation(conversation: ConversationModel): Boolean {
|
||||||
return ConversationEnums.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL == conversation.type
|
return ConversationEnums.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL == conversation.type
|
||||||
}
|
}
|
||||||
|
|
||||||
fun isGroupConversation(conversation: ConversationModel): Boolean {
|
fun isGroupConversation(conversation: ConversationModel): Boolean {
|
||||||
return ConversationEnums.ConversationType.ROOM_GROUP_CALL == conversation.type
|
return ConversationEnums.ConversationType.ROOM_GROUP_CALL == conversation.type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user