mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Clean up unused custom camera controller.
This commit is contained in:
committed by
mtang-signal
parent
66278a0eac
commit
8d38f6f5e7
@@ -1031,15 +1031,6 @@ object RemoteConfig {
|
||||
BuildConfig.MESSAGE_BACKUP_RESTORE_ENABLED || value.asBoolean(false)
|
||||
}
|
||||
|
||||
/** Whether or not to use the custom CameraX controller class */
|
||||
@JvmStatic
|
||||
@get:JvmName("customCameraXController")
|
||||
val customCameraXController: Boolean by remoteBoolean(
|
||||
key = "android.cameraXCustomController",
|
||||
defaultValue = false,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
/** Whether unauthenticated chat web socket is backed by libsignal-net */
|
||||
@JvmStatic
|
||||
@get:JvmName("libSignalWebSocketEnabled")
|
||||
|
||||
Reference in New Issue
Block a user