mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
UNUserNotificationCenterDelegate
This commit is contained in:
@@ -21,6 +21,7 @@ using Google.Analytics;
|
||||
using FFImageLoading.Forms.Touch;
|
||||
using SimpleInjector;
|
||||
using XLabs.Ioc.SimpleInjectorContainer;
|
||||
using UserNotifications;
|
||||
|
||||
namespace Bit.iOS
|
||||
{
|
||||
@@ -36,6 +37,8 @@ namespace Bit.iOS
|
||||
{
|
||||
global::Xamarin.Forms.Forms.Init();
|
||||
|
||||
UNUserNotificationCenter.Current.Delegate = new UserNotificationCenterDelegate();
|
||||
|
||||
if(!Resolver.IsSet)
|
||||
{
|
||||
SetIoc();
|
||||
|
||||
Reference in New Issue
Block a user