diff --git a/src/Android/Services/GoogleAnalyticsService.cs b/src/Android/Services/GoogleAnalyticsService.cs index 09b4adf84..c91652d19 100644 --- a/src/Android/Services/GoogleAnalyticsService.cs +++ b/src/Android/Services/GoogleAnalyticsService.cs @@ -41,7 +41,7 @@ namespace Bit.Android.Services TrackEvent("AutofillService", eventName, label); } - public void TrackExtensionEvent(string eventName, string label = null) + public void TrackAutofillExtensionEvent(string eventName, string label = null) { TrackExtensionEvent(eventName, label); }