Procházet zdrojové kódy

Address seemingly frozen contact image

Deniz Cengiz před 1 rokem
rodič
revize
61285ebe0b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      FreeAPS/Sources/Application/FreeAPSApp.swift

+ 1 - 0
FreeAPS/Sources/Application/FreeAPSApp.swift

@@ -49,6 +49,7 @@ import Swinject
         _ = resolver.resolve(CalendarManager.self)!
         _ = resolver.resolve(UserNotificationsManager.self)!
         _ = resolver.resolve(WatchManager.self)!
+        _ = resolver.resolve(ContactImageManager.self)!
         _ = resolver.resolve(HealthKitManager.self)!
         _ = resolver.resolve(BluetoothStateManager.self)!
         _ = resolver.resolve(PluginManager.self)!