1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-01 04:27:39 +02:00

fix GA service methods

This commit is contained in:
Kyle Spearrin 2018-09-22 23:37:44 -04:00
parent 7f796963f3
commit 650d970b5e

View File

@ -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);
}