mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Adds back default to true on isWebRTCCallOptionAvailable
This commit is contained in:
parent
38f3b88395
commit
d74d569f4b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ data class RoomDetailViewState(
|
|||
Timber.d("WebRTCTest joined members: $joinedMembersCount")
|
||||
Timber.d("WebRTCTest isDirect: $isDirect")
|
||||
joinedMembersCount <= 2
|
||||
}
|
||||
} ?: true // if room summary cannot be found, assume call option should be available
|
||||
|
||||
fun isSearchAvailable() = asyncRoomSummary()?.isEncrypted == false
|
||||
|
||||
|
|
Loading…
Reference in a new issue