1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00
This commit is contained in:
Matt Portune
2022-01-18 19:31:32 -05:00
parent afecc1f569
commit 59e7969856
5 changed files with 13 additions and 19 deletions

View File

@@ -273,8 +273,9 @@ namespace Bit.App
Device.BeginInvokeOnMainThread(async () =>
{
await SetMainPageAsync();
UpdateTheme();
await _vaultTimeoutService.CheckVaultTimeoutAsync();
});
UpdateTheme();
}
private async Task SetMainPageAsync()