mirror of
https://github.com/bitwarden/android.git
synced 2025-03-07 23:16:00 +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…
Add table
Reference in a new issue