mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
ktlintFormat
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
be9bda7f04
commit
d523f12462
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue