mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
background thread on full sync after login
This commit is contained in:
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.UserId = response.Result.Profile.Id;
|
||||||
_authService.Email = response.Result.Profile.Email;
|
_authService.Email = response.Result.Profile.Email;
|
||||||
|
|
||||||
var syncTask = _syncService.FullSyncAsync();
|
var task = Task.Run(async () => await _syncService.FullSyncAsync());
|
||||||
Application.Current.MainPage = new MainPage();
|
Application.Current.MainPage = new MainPage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user