mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
Control showing status bar for home page
This commit is contained in:
@@ -27,6 +27,8 @@ namespace Bit.App.Pages
|
||||
|
||||
public void Init()
|
||||
{
|
||||
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
||||
|
||||
var logo = new Image
|
||||
{
|
||||
Source = "logo",
|
||||
@@ -74,6 +76,12 @@ namespace Bit.App.Pages
|
||||
Content = new ScrollView { Content = buttonStackLayout };
|
||||
}
|
||||
|
||||
protected override void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
MessagingCenter.Send(Application.Current, "ShowStatusBar", false);
|
||||
}
|
||||
|
||||
public async Task LoginAsync()
|
||||
{
|
||||
await Navigation.PushModalAsync(new ExtendedNavigationPage(new LoginPage()));
|
||||
|
||||
Reference in New Issue
Block a user