Add code to cleanup User Activities on Account delete

This commit is contained in:
Maurice Parker 2019-09-14 13:38:12 -05:00
parent 530e9ca60f
commit 5c59427e90
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ struct SettingsDetailAccountView : View {
func delete() {
AccountManager.shared.deleteAccount(account)
// ActivityManager.shared.cleanUp(account)
ActivityManager.cleanUp(account)
}
}
}