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