I have a player in my app. The sounds we play on this player are also displayed in the notification bar. When you click on this notification, it should redirect to the application. It plays a sound and redirects after clicking. But sometimes after changing the voice or pressing the forward/backward, play/pause buttons, it does not lead to the application. This issue occurs on android.
I opened a blank screen and just added react-native-track-player and two buttons. Here the first button adds and plays a random sound. The other button resets. But still the same problem persists.