1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 17:23:18 +00:00

options page

This commit is contained in:
Kyle Spearrin
2019-05-29 09:36:57 -04:00
parent d70de04816
commit 6c6da368dd
3 changed files with 86 additions and 3 deletions

View File

@@ -13,9 +13,10 @@ namespace Bit.App.Pages
_vm.Page = this;
}
protected override void OnAppearing()
protected async override void OnAppearing()
{
base.OnAppearing();
await _vm.InitAsync();
}
}
}