mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
page name for groupings
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
public TabsPage()
|
||||
{
|
||||
var groupingsPage = new NavigationPage(new GroupingsPage())
|
||||
var groupingsPage = new NavigationPage(new GroupingsPage(true))
|
||||
{
|
||||
Title = AppResources.MyVault,
|
||||
Icon = "lock.png"
|
||||
|
||||
Reference in New Issue
Block a user