mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +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);
|
||||
}
|
||||
|
||||
public void TrackExtensionEvent(string eventName, string label = null)
|
||||
public void TrackAutofillExtensionEvent(string eventName, string label = null)
|
||||
{
|
||||
TrackExtensionEvent(eventName, label);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue