Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #574 from byaruhaf/RemoveVariable
Browse files Browse the repository at this point in the history
Remove unused Variable to clear compiler warning
  • Loading branch information
0xTim authored May 4, 2021
2 parents bf97faf + 9b7d8f0 commit b5f71c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Emitron/Emitron/UI/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
let mainView = MainView()
.environmentObject(sessionController)
.environmentObject(dataManager)
let date = Calendar.current.date(byAdding: .day, value: -20, to: Date())
if NSUbiquitousKeyValueStore.default.object(forKey: LookupKey.requestReview) == nil {
NSUbiquitousKeyValueStore.default.set(Date().timeIntervalSince1970, forKey: LookupKey.requestReview)
}
Expand Down

0 comments on commit b5f71c9

Please sign in to comment.