YajanaRao / Serenity

Free App for Music, Meditation and Podcasts 🎸
https://t.me/serenityapp
GNU General Public License v3.0
315 stars 93 forks source link

Crashed while playing song on Android 12 #135

Closed codeGV closed 1 year ago

codeGV commented 1 year ago

I think it's issue occur in react-track-player. E/ReactTrackPlayer: onCreate: java.lang.IllegalArgumentException: com.codegv.kukimusic: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

github-actions[bot] commented 1 year ago

Hello there codeGV! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

YajanaRao commented 1 year ago

@codeGV Where is this happening ?.

codeGV commented 1 year ago

@YajanaRao This issue happen when play a song using dispatch(Player.playSong(track));

This happen only on Targeting S+ (version 31 and above.

YajanaRao commented 1 year ago

@codeGV Can you share the repro steps for this ? I don't see this happening on myside