mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
load app resources into ThemeManager before appearance adjustments (#1631)
This commit is contained in:
@@ -414,6 +414,8 @@ namespace Bit.iOS.Extension
|
||||
_initedAppCenter = true;
|
||||
}
|
||||
iOSCoreHelpers.Bootstrap();
|
||||
var app = new App.App(new AppOptions { IosExtension = true });
|
||||
ThemeManager.SetTheme(false, app.Resources);
|
||||
iOSCoreHelpers.AppearanceAdjustments();
|
||||
_nfcDelegate = new NFCReaderDelegate((success, message) =>
|
||||
messagingService.Send("gotYubiKeyOTP", message));
|
||||
|
||||
Reference in New Issue
Block a user