Explorar el Código

send lastLoopDate on start

Ivan Valkou hace 4 años
padre
commit
419790e6b2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {