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 fe3a600 commit 4de78c4Copy full SHA for 4de78c4
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 = "Distance"
13
- var lockScreenTrackingText: String = "Tracking..."
+ var lockScreenBadgeText: String
+ var lockScreenTrackingText: String
14
}
15
0 commit comments