enricocid / Music-Player-GO

🎶🎼 Very slim music player 👨‍🎤 100% made in Italy 🍕🌳🌞🍝🌄
GNU General Public License v3.0
1.81k stars 218 forks source link

[Bug]: Music plays automatically when headphones are plugged in #481

Closed sinoory closed 2 years ago

sinoory commented 2 years ago

What happened?

step:

  1. play music with speaker
  2. pause music play
  3. plug in a headphone expect not play music after plug in a headphone, but actually does

when headphone plug in ,onPrepared function in com/iven/musicplayergo/player/MediaPlayerHolder.kt called, maybe the isPlay flag is wrong after pause music。 override fun onPrepared(mp: MediaPlayer) { if (isPlay) { play()

Version

4.4.20

Device and Android version

android12

Relevant log output

No response

More info

No response

Code of Conduct

enricocid commented 2 years ago

There's an option to disable headset management 😉

sinoory commented 2 years ago

There's an option to disable headset management wink ok close it