mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +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 {
|
vectorDataStore.forceLoginFallbackFlow.setOnEach {
|
||||||
copy(forceLoginFallback = false)
|
copy(forceLoginFallback = it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue