a7ul / react-native-simple-download-manager

A react native module to schedule downloads on native download manager
https://www.npmjs.com/package/react-native-simple-download-manager
MIT License
36 stars 15 forks source link

Fixing the bug where upon the first download, callback wont be triggered. #2

Closed shivambarsaley closed 6 years ago

shivambarsaley commented 6 years ago

Since indexOfKey returns the index at which the key was found and if the key is at the first index (ie 0), the if case would fail. Causing the callback not being called.