1
0
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:
kspearrin
2019-09-30 21:39:50 -04:00
parent e51aa39ede
commit 53bdd92e72
5 changed files with 15 additions and 8 deletions

View File

@@ -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) =>