Sfoglia il codice sorgente

send lastLoopDate on start

Ivan Valkou 4 anni fa
parent
commit
419790e6b2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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() {