1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

remove see apps from ext page

This commit is contained in:
Kyle Spearrin
2019-07-02 17:27:55 -04:00
parent f7cbddab4b
commit be3c6f210d
3 changed files with 0 additions and 17 deletions

View File

@@ -19,14 +19,6 @@ namespace Bit.App.Pages
await _vm.InitAsync();
}
private void SeeApps_Clicked(object sender, EventArgs e)
{
if(DoOnce())
{
_vm.SeeApps();
}
}
private void Show_Clicked(object sender, EventArgs e)
{
if(DoOnce())