Skip to content

Commit 9cd92d6

Browse files
author
Darin Krauss
authored
[LOOP-3464, LOOP-3465] Integrate pump and CGM managers into onboarding (#395)
- https://tidepool.atlassian.net/browse/LOOP-3464 - https://tidepool.atlassian.net/browse/LOOP-3465 - Refresh device data immediately after initializing home screen
1 parent 2570294 commit 9cd92d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Loop/Managers/LoopAppManager.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ class LoopAppManager: NSObject {
167167
}
168168
rootNavigationController?.setViewControllers([statusTableViewController], animated: true)
169169

170+
deviceDataManager.refreshDeviceData()
171+
170172
handleRemoteNotificationFromLaunchOptions()
171173

172174
self.launchOptions = nil

0 commit comments

Comments
 (0)