1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 15:23:35 +00:00

on demand password node scans for autofill

This commit is contained in:
Kyle Spearrin
2017-05-25 23:16:48 -04:00
parent 0e28b1ffe1
commit 6215a7d65e
2 changed files with 32 additions and 1 deletions

View File

@@ -12,7 +12,6 @@ namespace Bit.Android.Services
private readonly GoogleAnalytics _instance;
private readonly IAuthService _authService;
private readonly Tracker _tracker;
private bool _setUserId = true;
public GoogleAnalyticsService(
Context appContext,