Build 21
This commit is contained in:
@@ -5,8 +5,8 @@ import ActivityKit
|
||||
import SwiftUI
|
||||
import WidgetKit
|
||||
|
||||
struct SessionActivityAttributes: ActivityAttributes {
|
||||
public struct ContentState: Codable, Hashable {
|
||||
struct SessionActivityAttributes: ActivityAttributes, Sendable {
|
||||
public struct ContentState: Codable, Hashable, Sendable {
|
||||
var elapsed: TimeInterval
|
||||
var totalAttempts: Int
|
||||
var completedProblems: Int
|
||||
|
||||
Reference in New Issue
Block a user