Changes copy value of forceLoginFallback to it

This commit is contained in:
ericdecanini 2022-02-24 15:27:51 +01:00
parent 092761c118
commit 981393fefb

View file

@ -49,7 +49,7 @@ class DebugPrivateSettingsViewModel @AssistedInject constructor(
}
vectorDataStore.forceLoginFallbackFlow.setOnEach {
copy(forceLoginFallback = false)
copy(forceLoginFallback = it)
}
}