Skip to content

Commit

Permalink
[LOOOP-5175] assigning services view model delegate (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamming authored Dec 18, 2024
1 parent df1ff80 commit f6a4cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Loop/View Controllers/StatusTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ final class StatusTableViewController: LoopChartsTableViewController {
override func viewDidLoad() {

super.viewDidLoad()

setupToolbarItems()
statusTableViewModel.settingsViewModel.delegate = self
statusTableViewModel.settingsViewModel.servicesViewModel.delegate = self
statusTableViewModel.settingsViewModel.pumpManagerSettingsViewModel.didTap = { [weak self] in
self?.onPumpTapped()
}
Expand Down

0 comments on commit f6a4cd0

Please sign in to comment.