mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Use calling service type for calls.
This commit is contained in:
committed by
Greyson Parrelli
parent
10d394f39e
commit
39b4484887
@@ -958,15 +958,6 @@ object RemoteConfig {
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Whether or not to use active call manager instead of WebRtcCallService. */
|
||||
@JvmStatic
|
||||
@get:JvmName("useActiveCallManager")
|
||||
val useActiveCallManager: Boolean by remoteBoolean(
|
||||
key = "android.calling.useActiveCallManager.6",
|
||||
defaultValue = false,
|
||||
hotSwappable = false
|
||||
)
|
||||
|
||||
/** Whether the in-app GIF search is available for use. */
|
||||
@JvmStatic
|
||||
@get:JvmName("gifSearchAvailable")
|
||||
|
||||
Reference in New Issue
Block a user