react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

enableRingTone: false in options object doesnt mute upload progress notification sounds

Open quarryman opened this issue 6 years ago • 1 comments

Hello. Given I have next options for Android 'notification' key

notification: {
    enabled: true,
    enableRingTone: false,
}

I am still getting sound for every progress percentage update event (up to 15 times per single upload) I am using Samsung Galaxy S10 device.

Expected behavior is that I am able to mute sound for notifications

quarryman avatar Aug 29 '19 14:08 quarryman

I am seeing the same issue. This is very annoying to the end user.

Were you able to solve it?

miguelocarvajal avatar Apr 30 '20 19:04 miguelocarvajal