mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
support dark theme default on extensions
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Bit.iOS
|
||||
_eventService = ServiceContainer.Resolve<IEventService>("eventService");
|
||||
|
||||
LoadApplication(new App.App(null));
|
||||
iOSCoreHelpers.AppearanceAdjustments();
|
||||
iOSCoreHelpers.AppearanceAdjustments(_deviceActionService);
|
||||
ZXing.Net.Mobile.Forms.iOS.Platform.Init();
|
||||
|
||||
_broadcasterService.Subscribe(nameof(AppDelegate), async (message) =>
|
||||
|
||||
Reference in New Issue
Block a user