We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207e107 commit f0c6f58Copy full SHA for f0c6f58
1 file changed
ios/LiveActivity/GpsTripAttributes.swift
@@ -9,7 +9,7 @@ struct GpsTripAttributes: ActivityAttributes {
9
var distanceUnitLong: String
10
var buttonText: String
11
var subtitle: String
12
- var lockScreenBadgeText: String
13
- var lockScreenTrackingText: String
+ var lockScreenBadgeText: String = "Distance"
+ var lockScreenTrackingText: String = "Tracking..."
14
}
15
0 commit comments