mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
Changes copy value of forceLoginFallback to it
This commit is contained in:
parent
092761c118
commit
981393fefb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class DebugPrivateSettingsViewModel @AssistedInject constructor(
|
|||
}
|
||||
|
||||
vectorDataStore.forceLoginFallbackFlow.setOnEach {
|
||||
copy(forceLoginFallback = false)
|
||||
copy(forceLoginFallback = it)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue