top view will shrink and fade into another view
This commit is contained in:
@@ -206,7 +206,6 @@ struct SettingsView: View {
|
||||
Toggle(String(localized: "settings_use_cloudkit_title"),
|
||||
isOn: $useCloudKit)
|
||||
.onChange(of: useCloudKit) { value in
|
||||
print(value)
|
||||
PersistenceController.shared.switchContainer()
|
||||
}
|
||||
.padding()
|
||||
|
||||
Reference in New Issue
Block a user