mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
hide status bar on homepage for ios
This commit is contained in:
@@ -80,7 +80,8 @@ namespace Bit.iOS
|
||||
}
|
||||
else if(message.Command == "showStatusBar")
|
||||
{
|
||||
UIApplication.SharedApplication.SetStatusBarHidden(!(bool)message.Data, false);
|
||||
Device.BeginInvokeOnMainThread(() =>
|
||||
UIApplication.SharedApplication.SetStatusBarHidden(!(bool)message.Data, false));
|
||||
}
|
||||
else if(message.Command == "syncCompleted")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user