Skip to content

Commit

Permalink
Update the expiration reminder alert when settings is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed Apr 12, 2019
1 parent 9d21f33 commit 8cd707a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OmniKitUI/ViewControllers/OmnipodSettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ class OmnipodSettingsViewController: RileyLinkSettingsViewController {
_ = tableView(tableView, willDeselectRowAt: indexPath)
}
}

if let configSectionIdx = self.sections.firstIndex(of: .configuration) {
self.tableView.reloadRows(at: [IndexPath(row: ConfigurationRow.reminder.rawValue, section: configSectionIdx)], with: .none)
}

super.viewWillAppear(animated)
}
Expand Down

0 comments on commit 8cd707a

Please sign in to comment.