Karan Bohra
Results
2
comments of
Karan Bohra
Facing the same issue, Happens after the notification is created the first time, works fine after that.
Tried understanding the code for a few hours, finally added following lines to `LocalPlayback.kt` line no: `89` worked for me. ``` if (!isPlaying) { currentAudioFocusState = AudioFocus.NO_FOCUS_NO_DUCK } ```