1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

add tab page

This commit is contained in:
Jacob Fink
2022-02-16 09:25:19 -05:00
parent 98dd8298ea
commit 0ad992faec

View File

@@ -35,6 +35,7 @@ namespace Bit.App.Pages
Title = AppResources.Authenticator,
IconImageSource = "info.png"
};
Children.Add(_authenticatorPage);
_sendGroupingsPage = new NavigationPage(new SendGroupingsPage(true, null, null, appOptions))
{