hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
709 stars 212 forks source link

Fix crash for invalid audio URL #580

Closed raj-algo closed 8 months ago

raj-algo commented 8 months ago

mTimer!!.cancel() was causing a crash when the URL was not a valid audio file. Have changed it to mTimer?.cancel(). Example: audioRecorderPlayer.startPlayer('https://www.google.com')