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