mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
UI updates to ios extension
This commit is contained in:
@@ -28,8 +28,7 @@ namespace Bit.iOS.Extension
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
View.BackgroundColor = UIColor.FromPatternImage(new UIImage("boxed-bg.png"));
|
||||
NavigationController.SetNavigationBarHidden(true, false);
|
||||
View.BackgroundColor = UIColor.FromPatternImage(new UIImage("bg.png"));
|
||||
_context.ExtContext = ExtensionContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user