mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: Completon handler had wrong items
This commit is contained in:
parent
0121b8ed82
commit
022579f8b7
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ static void InitializeFlipper(UIApplication *application) {
|
|||
{
|
||||
NSDictionary *userInfo = notification.request.content.userInfo;
|
||||
[EventEmitter.sharedInstance sendNotification:userInfo];
|
||||
completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert | UNAuthorizationOptionBadge);
|
||||
completionHandler(UNNotificationPresentationOptionSound | UNNotificationPresentationOptionAlert | UNNotificationPresentationOptionBadge);
|
||||
}
|
||||
|
||||
// Required to register for notifications
|
||||
|
|
Loading…
Add table
Reference in a new issue