Skip to content

Commit 02e164f

Browse files
committed
fix the wrong param type
1 parent 3282116 commit 02e164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/analytics_ios.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ void ResetAnalyticsData() {
380380
}
381381

382382
// No-Op on iOS and Android. Only used in Windows desktop apps.
383-
void NotifyAppLifecycleChange(AppLifeCycleState) {}
383+
void NotifyAppLifecycleChange(AppLifecycleState) {}
384384

385385
Future<std::string> GetAnalyticsInstanceId() {
386386
MutexLock lock(g_mutex);

0 commit comments

Comments
 (0)