mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
fix GA service methods
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Bit.Android.Services
|
|||||||
TrackEvent("AutofillService", eventName, label);
|
TrackEvent("AutofillService", eventName, label);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TrackExtensionEvent(string eventName, string label = null)
|
public void TrackAutofillExtensionEvent(string eventName, string label = null)
|
||||||
{
|
{
|
||||||
TrackExtensionEvent(eventName, label);
|
TrackExtensionEvent(eventName, label);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user