File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ struct SplitView: View {
143
143
} completionHandler: { willSync in
144
144
guard willSync else { return }
145
145
if willSync {
146
- matomo. track ( eventWithCategory: . aiWriter , name: " discoverNow " )
146
+ matomo. track ( eventWithCategory: . syncAutoConfig , name: " discoverNow " )
147
147
} else {
148
- matomo. track ( eventWithCategory: . aiWriter , name: " discoverLater " )
148
+ matomo. track ( eventWithCategory: . syncAutoConfig , name: " discoverLater " )
149
149
}
150
150
mainViewState. isShowingSyncProfile = true
151
151
}
@@ -156,9 +156,9 @@ struct SplitView: View {
156
156
} completionHandler: { willSetAsDefault in
157
157
guard willSetAsDefault, let settingsUrl = URL ( string: UIApplication . openSettingsURLString) else { return }
158
158
if willSetAsDefault {
159
- matomo. track ( eventWithCategory: . aiWriter , name: " discoverNow " )
159
+ matomo. track ( eventWithCategory: . setAsDefaultApp , name: " discoverNow " )
160
160
} else {
161
- matomo. track ( eventWithCategory: . aiWriter , name: " discoverLater " )
161
+ matomo. track ( eventWithCategory: . setAsDefaultApp , name: " discoverLater " )
162
162
}
163
163
openURL ( settingsUrl)
164
164
}
You can’t perform that action at this time.
0 commit comments