Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-troshkov committed Sep 4, 2024
1 parent 4c146a4 commit 344b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PianoAnalytics/Steps/LifecycleStep.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ final class LifecycleStep: Step {

if ud.object(forKey: LifeCycleKeys.FirstSessionDate.rawValue) as? Date == nil {
self.privacyStep.storeData(PA.Privacy.Storage.Lifecycle, pairs:
(LifeCycleKeys.FirstSessionDate.rawValue, ud.object(forKey: LifeCycleKeys.FirstSessionDate.rawValue) as? Date ?? now))
(LifeCycleKeys.FirstSessionDate.rawValue, ud.object(forKey: LifeCycleKeys.FirstSessionDateAfterUpdate.rawValue) as? Date ?? now))
}

self.privacyStep.storeData(PA.Privacy.Storage.Lifecycle, pairs:
Expand Down

0 comments on commit 344b334

Please sign in to comment.