mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Merge pull request #7073 from BlueWallet/and
FIX: Android notifications token was null
This commit is contained in:
commit
afc2f42b7e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue