mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-06-14 09:54:45 +00:00
fix: Small QR Login Bug fix
This commit is contained in:
@@ -75,7 +75,7 @@ struct SettingsScreen: View {
|
||||
|
||||
if let isEasyDeviceMigrationDisabled = await userSettings?.flags.edmOptOut {
|
||||
state = state
|
||||
.copy(\.showSignInToAnotherDevice, to: isEasyDeviceMigrationDisabled)
|
||||
.copy(\.showSignInToAnotherDevice, to: !isEasyDeviceMigrationDisabled)
|
||||
}
|
||||
}
|
||||
.preferredColorScheme(appAppearanceStore.colorScheme)
|
||||
|
||||
Reference in New Issue
Block a user