react-native-audio-waveform icon indicating copy to clipboard operation
react-native-audio-waveform copied to clipboard

fix(UNT-T40006): player reinitialization not clearing previous player in android

Open nilesh-simform opened this issue 3 months ago • 2 comments

  • when reinitializing player with same playerkey does not clears previous player

nilesh-simform avatar Nov 14 '25 11:11 nilesh-simform

@nilesh-simform Looks good to me. Can we please make sure that this change will not affect other paths? Like, if I want to start only one player, then it should not affect the other player's path. @mukesh-simform Can you please check this PR?

kuldip-simform avatar Nov 19 '25 03:11 kuldip-simform

Hi @kuldip-simform, I’ve attached the video. The functionality works as expected and it does not affect the other paths when starting a other player. Additionally, if a player with a specific player key is already playing, re-rendering will reset only that specific player associated with the same key, without impacting the others.

https://github.com/user-attachments/assets/12fd7751-0ba4-4e67-ba0e-b824b6b5e698

https://github.com/user-attachments/assets/91602f6b-6fc9-4a33-b522-9ad41640ec6f

nilesh-simform avatar Nov 26 '25 07:11 nilesh-simform