Add code to cleanup User Activities on Account delete
This commit is contained in:
parent
530e9ca60f
commit
5c59427e90
|
@ -118,7 +118,7 @@ struct SettingsDetailAccountView : View {
|
|||
|
||||
func delete() {
|
||||
AccountManager.shared.deleteAccount(account)
|
||||
// ActivityManager.shared.cleanUp(account)
|
||||
ActivityManager.cleanUp(account)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue