mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
fix GA service methods
This commit is contained in:
parent
7f796963f3
commit
650d970b5e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue