From 48f4e1ddc6adf1f47d75b66c502a4ccd146ada74 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 25 Feb 2026 12:23:52 -0500 Subject: [PATCH] Rotate the android.cameraXModelBlockList and android.cameraXMixedModelBlockList flags. --- .../main/java/org/thoughtcrime/securesms/util/RemoteConfig.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/util/RemoteConfig.kt b/app/src/main/java/org/thoughtcrime/securesms/util/RemoteConfig.kt index cb7fc0de9c..b252a4f21a 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/util/RemoteConfig.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/util/RemoteConfig.kt @@ -797,14 +797,14 @@ object RemoteConfig { /** A comma-separated list of manufacturers that should *not* use CameraX. */ val cameraXModelBlocklist: String by remoteString( - key = "android.cameraXModelBlockList.2", + key = "android.cameraXModelBlockList.3", defaultValue = "", hotSwappable = true ) /** A comma-separated list of manufacturers that should *not* use CameraX mixed mode. */ val cameraXMixedModelBlocklist: String by remoteString( - key = "android.cameraXMixedModelBlockList", + key = "android.cameraXMixedModelBlockList.2", defaultValue = "", hotSwappable = false )