mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
Added AutofillService to GA
This commit is contained in:
parent
52a866147e
commit
0a3c83288e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Bit.Android.Services
|
||||||
|
|
||||||
public void TrackExtensionEvent(string eventName, string label = null)
|
public void TrackExtensionEvent(string eventName, string label = null)
|
||||||
{
|
{
|
||||||
throw new NotSupportedException();
|
TrackEvent("AutofillService", eventName, label);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TrackEvent(string category, string eventName, string label = null)
|
public void TrackEvent(string category, string eventName, string label = null)
|
||||||
|
|
Loading…
Reference in a new issue