mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-27 21:39:27 +00:00
refactor: remove whitespace
This commit is contained in:
@@ -52,7 +52,6 @@ class CallManager(context: Context, audioManager: AudioManagerCompat, private va
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
val VIDEO_DISABLED_JSON by lazy { buildJsonObject { put("video", false) } }
|
||||
val VIDEO_ENABLED_JSON by lazy { buildJsonObject { put("video", true) } }
|
||||
val HANGUP_JSON by lazy { buildJsonObject { put("hangup", true) } }
|
||||
|
||||
Reference in New Issue
Block a user