1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-25 12:05:59 +01:00

Show status bar on mainpage. Getting confused with homepage.

This commit is contained in:
Kyle Spearrin 2016-08-05 00:35:37 -04:00
parent 85ea9ed6ef
commit 2d0bfe1a92

View File

@ -9,7 +9,6 @@ namespace Bit.App.Pages
{
public MainPage()
{
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
TintColor = Color.FromHex("3c8dbc");
var settingsNavigation = new ExtendedNavigationPage(new SettingsPage());