Skip to content

Commit

Permalink
Removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancerbu-vsp committed Nov 1, 2024
1 parent fb80cfb commit 90717e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class SettingsRouter {
var infoRepresentable: AccountInfoViewControllerRepresentable = AccountInfoViewControllerRepresentable()
let screenView = ViewRepresentableContainer(viewRepresentable: infoRepresentable, title: AccountInfoViewControllerRepresentable().title)
let host = UIHostingController(rootView: screenView)
infoRepresentable.deleteAccountClosure = {
AppDelegate.shared.rootViewController.setRoot(named: .signUp, from: .authentication)
}
host.modalPresentationStyle = .fullScreen
self.rootViewController.present(host, animated: true, completion: nil)
case .storage:
Expand Down

0 comments on commit 90717e8

Please sign in to comment.