mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
background thread on full sync after login
This commit is contained in:
parent
d07210c7dc
commit
b2c96cb8fc
2 changed files with 78 additions and 6208 deletions
6284
src/Android/Resources/Resource.Designer.cs
generated
6284
src/Android/Resources/Resource.Designer.cs
generated
File diff suppressed because it is too large
Load diff
|
@ -131,7 +131,7 @@ namespace Bit.App.Pages
|
|||
_authService.UserId = response.Result.Profile.Id;
|
||||
_authService.Email = response.Result.Profile.Email;
|
||||
|
||||
var syncTask = _syncService.FullSyncAsync();
|
||||
var task = Task.Run(async () => await _syncService.FullSyncAsync());
|
||||
Application.Current.MainPage = new MainPage();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue