Add subscriptions import/export navigation link with list

- refactors export/import action sheet to be a new screen with list options
This commit is contained in:
Rizwan Mohamed Ibrahim
2020-07-24 20:50:43 +05:30
parent 75b9264d44
commit cb409728aa
3 changed files with 63 additions and 53 deletions

View File

@@ -46,6 +46,15 @@ class SettingsModel: ObservableObject {
}
}
var activeAccounts: [Account] {
get {
AccountManager.shared.sortedActiveAccounts
}
set {
}
}
// MARK: Init
init() {