d
This commit is contained in:
@@ -2,9 +2,9 @@ public extension MicItem {
|
|||||||
static func shouldResetActivity(_ c: MicItemContext) -> Bool? {
|
static func shouldResetActivity(_ c: MicItemContext) -> Bool? {
|
||||||
if
|
if
|
||||||
c.activityDate.isRecent,
|
c.activityDate.isRecent,
|
||||||
let end = c.activityDate.value,
|
let end = c.activityDate.value
|
||||||
let now = Date()
|
|
||||||
{
|
{
|
||||||
|
let now = Date()
|
||||||
return now < end
|
return now < end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user