mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
change var -> val according to review comment
Signed-off-by: Thomas Zeitlhofer <tz+github@ze-it.at>
This commit is contained in:
parent
bd1a0361be
commit
a732d8856b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ internal class DefaultCallSignalingService @Inject constructor(
|
|||
|
||||
private val activeCalls = mutableListOf<MxCall>()
|
||||
|
||||
private var cachedTurnServerResponse = object {
|
||||
private val cachedTurnServerResponse = object {
|
||||
|
||||
private val MIN_TTL = 60
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue