mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
cleanup push
This commit is contained in:
@@ -105,20 +105,6 @@ namespace Bit.iOS.Services
|
||||
void OnUnregisteredSuccess();
|
||||
}
|
||||
|
||||
public class UserNotificationCenterDelegate : UNUserNotificationCenterDelegate
|
||||
{
|
||||
public override void WillPresentNotification(UNUserNotificationCenter center,
|
||||
UNNotification notification, Action<UNNotificationPresentationOptions> completionHandler)
|
||||
{
|
||||
Debug.WriteLine("WillPresentNotification: {0}", notification);
|
||||
|
||||
if(CrossPushNotification.Current is IPushNotificationHandler)
|
||||
{
|
||||
//((IPushNotificationHandler)CrossPushNotification.Current).OnMessageReceived();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
internal class CrossPushNotification
|
||||
{
|
||||
private static Lazy<IPushNotificationService> Implementation = new Lazy<IPushNotificationService>(
|
||||
|
||||
Reference in New Issue
Block a user