mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Rotate call quality survey config value.
This commit is contained in:
@@ -28,8 +28,6 @@ import org.thoughtcrime.securesms.jobs.OptimizeMediaJob
|
|||||||
import org.thoughtcrime.securesms.jobs.RestoreOptimizedMediaJob
|
import org.thoughtcrime.securesms.jobs.RestoreOptimizedMediaJob
|
||||||
import org.thoughtcrime.securesms.keyvalue.KeepMessagesDuration
|
import org.thoughtcrime.securesms.keyvalue.KeepMessagesDuration
|
||||||
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
import org.thoughtcrime.securesms.keyvalue.SignalStore
|
||||||
import org.thoughtcrime.securesms.util.Environment
|
|
||||||
import org.thoughtcrime.securesms.util.RemoteConfig
|
|
||||||
|
|
||||||
class ManageStorageSettingsViewModel : ViewModel() {
|
class ManageStorageSettingsViewModel : ViewModel() {
|
||||||
|
|
||||||
|
|||||||
@@ -1226,7 +1226,7 @@ object RemoteConfig {
|
|||||||
@JvmStatic
|
@JvmStatic
|
||||||
@get:JvmName("callQualitySurvey")
|
@get:JvmName("callQualitySurvey")
|
||||||
val callQualitySurvey: Boolean by remoteBoolean(
|
val callQualitySurvey: Boolean by remoteBoolean(
|
||||||
key = "android.callQualitySurvey.2",
|
key = "android.callQualitySurvey.3",
|
||||||
defaultValue = false,
|
defaultValue = false,
|
||||||
hotSwappable = true
|
hotSwappable = true
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user