mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update notifications.js
This commit is contained in:
parent
28e325afa5
commit
3ce123512f
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ export const configureNotifications = async onProcessNotifications => {
|
||||||
* - if you are not using remote notification or do not have Firebase installed, use this:
|
* - if you are not using remote notification or do not have Firebase installed, use this:
|
||||||
* requestPermissions: Platform.OS === 'ios'
|
* requestPermissions: Platform.OS === 'ios'
|
||||||
*/
|
*/
|
||||||
requestPermissions: Platform.OS === 'ios',
|
requestPermissions: true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue