mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
fix GA service methods
This commit is contained in:
parent
7f796963f3
commit
650d970b5e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user