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