From 775d9297111ac17122d0002b1998388011465c94 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 4 Jun 2019 10:53:05 -0400 Subject: [PATCH] migration settings are for prefs storage --- src/App/Services/MobileStorageService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App/Services/MobileStorageService.cs b/src/App/Services/MobileStorageService.cs index 3755a8a67..e2bdd0598 100644 --- a/src/App/Services/MobileStorageService.cs +++ b/src/App/Services/MobileStorageService.cs @@ -27,7 +27,9 @@ namespace Bit.App.Services Constants.PushLastRegistrationDateKey, Constants.PushRegisteredTokenKey, Constants.PushCurrentTokenKey, - Constants.LastBuildKey + Constants.LastBuildKey, + Constants.MigratedFromV1, + Constants.MigratedFromV1AutofillPromptShown, }; public MobileStorageService(