Browse Source

Address seemingly frozen contact image

Deniz Cengiz 1 năm trước cách đây
mục cha
commit
61285ebe0b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)!