mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 00:02:58 +03:00
no status base on main page appearing
This commit is contained in:
parent
c3d7cf125f
commit
7eb78ee50f
1 changed files with 6 additions and 0 deletions
|
@ -33,5 +33,11 @@ namespace Bit.App.Pages
|
|||
Children.Add(toolsNavigation);
|
||||
Children.Add(settingsNavigation);
|
||||
}
|
||||
|
||||
protected override void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue