1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

more logging

This commit is contained in:
Kyle Spearrin 2019-06-03 13:20:46 -04:00
parent 702d27fea0
commit e6dcdc51a4

View File

@ -88,8 +88,11 @@ namespace Bit.App.Migration
Log("Migrating 6");
// Save settings
var oldPersistNotification = settingsShim.GetValueOrDefault("setting:persistNotification", false);
Log("Migrating 6.1");
await storageService.SaveAsync(Constants.AccessibilityAutofillPersistNotificationKey,
settingsShim.GetValueOrDefault("setting:persistNotification", false));
oldPersistNotification);
Log("Migrating 6.2");
await storageService.SaveAsync(Constants.AccessibilityAutofillPasswordFieldKey,
settingsShim.GetValueOrDefault("setting:autofillPasswordField", false));
await storageService.SaveAsync(Constants.DisableAutoTotpCopyKey,