From 4bea105693fe6569dbb7d4dc94f83789917798d4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 3 Jun 2019 14:06:17 -0400 Subject: [PATCH] autofill save prompt is for preferences --- src/App/Services/MobileStorageService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Services/MobileStorageService.cs b/src/App/Services/MobileStorageService.cs index fe5e100fb..3755a8a67 100644 --- a/src/App/Services/MobileStorageService.cs +++ b/src/App/Services/MobileStorageService.cs @@ -20,6 +20,7 @@ namespace Bit.App.Services Constants.ClearClipboardKey, Constants.AccessibilityAutofillPasswordFieldKey, Constants.AccessibilityAutofillPersistNotificationKey, + Constants.AutofillDisableSavePromptKey, Constants.LastActiveKey, Constants.PushInitialPromptShownKey, Constants.LastFileCacheClearKey,