Fix iOS deprecation warnings

This commit is contained in:
FuelBoard Contributor
2026-08-30 12:58:32 +01:00
parent 457816ec61
commit c9102217b9
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ enum LiveActivityManager {
currentStartDate = nil
start(attributes: attributes, state: state)
} else {
Task { await current.update(using: state) }
Task {
await current.update(.init(state: state, staleDate: nil))
}
}
} else {
start(attributes: attributes, state: state)