1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-16 15:33:47 +00:00

[SSG-416] removed unnecessary changes to the TabsPage file

This commit is contained in:
André Bispo
2022-07-06 19:36:12 +01:00
parent 3822373b98
commit dbe72c68a8

View File

@@ -18,7 +18,6 @@ namespace Bit.App.Pages
private readonly LazyResolve<ILogger> _logger = new LazyResolve<ILogger>("logger");
private NavigationPage _groupingsPage;
private NavigationPage _authenticatorPage;
private NavigationPage _sendGroupingsPage;
private NavigationPage _generatorPage;
@@ -33,7 +32,6 @@ namespace Bit.App.Pages
Title = AppResources.MyVault,
IconImageSource = "lock.png"
};
Children.Add(_groupingsPage);
_sendGroupingsPage = new NavigationPage(new SendGroupingsPage(true, null, null, appOptions))