Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

@aliyazdi75 Regarding Music Playing Even After The App is Closed #3

Closed
OjasKarmarkar opened this issue Nov 7, 2019 · 8 comments
Closed

Comments

@OjasKarmarkar
Copy link

Used your MediaNotification package.. everything works like a charm! But due to that even after the app is killed the music is still running.. Do i have to use Hidenotification() compulsorily?

@aliyazdi75
Copy link
Owner

No it doesn't need.
When MediaNotification.show is invoked, it makes a android service and in app killing, MediaNotification kills service and it takes 5 or less seconds for stopping your music and this is happened normally.
If your music still running after 5 seconds please tell me more about this situation.

@andrewpmoore
Copy link

I'm also seeing that it just keeps playing.
I keep getting a repeat of this in the logs

D/FlutterNativeView(21008): FlutterView.send called on a detached view, channel=xyz.luan/audioplayers

@OjasKarmarkar
Copy link
Author

OjasKarmarkar commented Nov 19, 2019 via email

@aliyazdi75
Copy link
Owner

I see.
It's not notification problem, it's audioplayers problem that should be fixed.
if you close app, notification will be closed. isn't it?

@OjasKarmarkar
Copy link
Author

OjasKarmarkar commented Nov 19, 2019 via email

@aliyazdi75
Copy link
Owner

No, you right. it happens.
But needs some changes on audioplayers plugin to make this work.
Maybe I will change on 'audioplayers' plugin github.
If you mind close this issue.

@OjasKarmarkar
Copy link
Author

OjasKarmarkar commented Nov 19, 2019 via email

@aliyazdi75
Copy link
Owner

Sure, as soon as possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants