Remove unnecessary prefernces change notification

This commit is contained in:
Shadowfacts 2020-08-15 17:31:24 -04:00
parent 86d5a73c85
commit 392e51eb3e
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ struct PreferencesView: View {
}
.listStyle(GroupedListStyle())
.navigationBarTitle(Text("Preferences"), displayMode: .inline)
.onDisappear {
// todo: this onDisappear callback is not called in beta 4, check again in beta 5
NotificationCenter.default.post(name: .preferencesChanged, object: nil)
}
// }
}