1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-26 08:55:56 +01:00

FIX: Android notifications token was null

This commit is contained in:
Marcos Rodriguez Velez 2024-09-15 12:55:07 -04:00
parent 8aa61fc8f4
commit 69811a48d1

View file

@ -109,7 +109,7 @@ function Notifications(props) {
* - if you are not using remote notification or do not have Firebase installed, use this:
* requestPermissions: Platform.OS === 'ios'
*/
requestPermissions: Platform.OS === 'ios',
requestPermissions: true,
});
}
});