You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
to src/main/java/com/ingageco/capacitormusiccontrols/MusicControlsNotification.java
or at least make it configurable somehow? There's plenty of use cases where displaying a notification badge just because music controls are open doesn't make much sense.
The text was updated successfully, but these errors were encountered:
turns out it might be more complicated than i thought. adding this line got rid of the badge on the android simulator for me, but today i checked on my phone and the badge is still there. i'm investigaing.
I suggest adding
mChannel.setShowBadge(false);
to
src/main/java/com/ingageco/capacitormusiccontrols/MusicControlsNotification.java
or at least make it configurable somehow? There's plenty of use cases where displaying a notification badge just because music controls are open doesn't make much sense.
The text was updated successfully, but these errors were encountered: