Deniz Cengiz 4 months ago
parent
commit
6e5e780851
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Trio/Sources/Services/OnboardingManager/OnboardingManager.swift

+ 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