-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Sometimes crash when stop recording with this error:
Fatal Exception: java.lang.NumberFormatException
Invalid int: "null"
com.kevinresol.react_native_sound_recorder.RNSoundRecorderModule.stop
For some reason, we are receiving null as duration, so parseInt expect an integer but receive null then crashes
int duration = Integer.parseInt(retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_DURATION));
Metadata
Metadata
Assignees
Labels
No labels