Changes copy value of forceLoginFallback to it
This commit is contained in:
parent
092761c118
commit
981393fefb
|
@ -49,7 +49,7 @@ class DebugPrivateSettingsViewModel @AssistedInject constructor(
|
|||
}
|
||||
|
||||
vectorDataStore.forceLoginFallbackFlow.setOnEach {
|
||||
copy(forceLoginFallback = false)
|
||||
copy(forceLoginFallback = it)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue