1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

sync when finished migrating

This commit is contained in:
Kyle Spearrin
2019-06-03 14:32:43 -04:00
parent 17b90c744c
commit 5eee358059
3 changed files with 6 additions and 1 deletions

View File

@@ -183,6 +183,10 @@ namespace Bit.App.Pages
get => _wordSeparator;
set
{
if(value == null)
{
return;
}
var val = value.Trim();
if(SetProperty(ref _wordSeparator, val))
{