Deniz Cengiz 5 meses atrás
pai
commit
6e5e780851

+ 1 - 1
Trio/Sources/Services/OnboardingManager/OnboardingManager.swift

@@ -26,7 +26,7 @@ import Swinject
         PropertyPersistentFlags.shared.onboardingCompleted = true
 
         if isFreshTrioInstallation {
-            PropertyPersistentFlags.shared.onboardingCompletedAt? = Date()
+            PropertyPersistentFlags.shared.onboardingCompletedAt = Date()
         }
 
         shouldShowOnboarding = false