diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift b/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift index 54736c93..917ecf28 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/dialogs/TransferMoneyDialog.swift @@ -69,8 +69,6 @@ struct TransferMoneyDialog: View { @Inject private var presenter: BankingPresenterSwift - @Inject private var persistence: CoreDataBankingPersistence - init() { self.accountsSupportingTransferringMoney = self.presenter.accountsSupportingTransferringMoneySortedByDisplayIndex diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/IconView.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/IconView.swift index 6c762719..bbeecc22 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/IconView.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/IconView.swift @@ -8,9 +8,6 @@ struct IconView: View { let defaultIconName: String - - @Inject private var persistence: CoreDataBankingPersistence - var body: some View { getBankIcon(self.iconData)