mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
home page buttons
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Bit.App
|
||||
InitializeComponent();
|
||||
SetCulture();
|
||||
ThemeManager.SetTheme("light");
|
||||
MainPage = new TabsPage();
|
||||
MainPage = new HomePage();
|
||||
|
||||
ServiceContainer.Resolve<MobilePlatformUtilsService>("platformUtilsService").Init();
|
||||
_broadcasterService.Subscribe<DialogDetails>("showDialog", async (details) =>
|
||||
|
||||
Reference in New Issue
Block a user