mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
ios app extension theming
This commit is contained in:
@@ -378,6 +378,7 @@ namespace Bit.iOS.Extension
|
||||
|
||||
private void InitApp()
|
||||
{
|
||||
iOSCoreHelpers.AppearanceAdjustments();
|
||||
if(ServiceContainer.RegisteredServices.Count > 0)
|
||||
{
|
||||
return;
|
||||
@@ -386,7 +387,6 @@ namespace Bit.iOS.Extension
|
||||
ServiceContainer.Init();
|
||||
iOSCoreHelpers.RegisterHockeyApp();
|
||||
iOSCoreHelpers.Bootstrap();
|
||||
iOSCoreHelpers.AppearanceAdjustments();
|
||||
}
|
||||
|
||||
private bool IsLocked()
|
||||
|
||||
Reference in New Issue
Block a user