Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 5dbf971

Browse files
committed
Fix Bug In Settings For Push Notifications
- Fix issue where enabling push notifications from the settings view resulted in an error message Fixes #419
1 parent 783b432 commit 5dbf971

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CodeHub.iOS/AppDelegate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options)
8282
Locator.CurrentMutable.RegisterConstant(Mvx.Resolve<IFeaturesService>());
8383
Locator.CurrentMutable.RegisterConstant(Mvx.Resolve<ILoginService>());
8484
Locator.CurrentMutable.RegisterConstant(Mvx.Resolve<IMarkdownService>());
85+
Locator.CurrentMutable.RegisterConstant(Mvx.Resolve<IPushNotificationsService>());
8586

8687
Locator.CurrentMutable.RegisterLazySingleton(
8788
() => new ImgurService(), typeof(IImgurService));

0 commit comments

Comments
 (0)