Skip to content

Commit be67799

Browse files
author
Darin Krauss
authored
[LOOP-3902] Remove Setup Incomplete banner when onboarding complete (#492)
- https://tidepool.atlassian.net/browse/LOOP-3902
1 parent 7608bf1 commit be67799

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ final class StatusTableViewController: LoopChartsTableViewController {
158158
.merge(with: onboardingManager.$isSuspended)
159159
.receive(on: RunLoop.main)
160160
.sink { [weak self] _ in
161-
self?.reloadData()
161+
self?.refreshContext.update(with: .status)
162+
self?.reloadData(animated: true)
162163
self?.updateToolbarItems()
163164
}
164165
.store(in: &cancellables)

0 commit comments

Comments
 (0)