Browse Source

send lastLoopDate on start

Ivan Valkou 4 năm trước cách đây
mục cha
commit
419790e6b2

+ 1 - 0
FreeAPS/Sources/APS/APSManager.swift

@@ -105,6 +105,7 @@ final class BaseAPSManager: APSManager, Injectable {
         injectServices(resolver)
         injectServices(resolver)
         openAPS = OpenAPS(storage: storage)
         openAPS = OpenAPS(storage: storage)
         subscribe()
         subscribe()
+        lastLoopDateSubject.send(lastLoopDate)
     }
     }
 
 
     private func subscribe() {
     private func subscribe() {