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:
@@ -183,6 +183,10 @@ namespace Bit.App.Pages
|
||||
get => _wordSeparator;
|
||||
set
|
||||
{
|
||||
if(value == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
var val = value.Trim();
|
||||
if(SetProperty(ref _wordSeparator, val))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user