Przeglądaj źródła

send lastLoopDate on start

Ivan Valkou 4 lat temu
rodzic
commit
419790e6b2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      FreeAPS/Sources/APS/APSManager.swift

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

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