Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification is not removing. #251

Open
himanshu-my opened this issue Dec 2, 2021 · 2 comments · May be fixed by #444
Open

Notification is not removing. #251

himanshu-my opened this issue Dec 2, 2021 · 2 comments · May be fixed by #444

Comments

@himanshu-my
Copy link

I have attached a notification when starting the service like below

mqttClient!!.setForegroundService(notification.build(), notificationId)

Now my issue is when I disconnect and close the mqtt connection still notification not removed from the status bar. Please suggest how can I remove that notification after mqtt disconnection.

I have used

val notificationManager = NotificationManagerCompat.from(context)
notificationManager.cancel(notificationId)

and

val notificationManager =
MyApp.appContext.
getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
notificationManager.cancel(notificationId)

this as well on mqtt disconnect, but still notification is not removing. 
@stale
Copy link

stale bot commented Jan 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@hannesa2
Copy link
Owner

Sorry for the late response.
Please use https://github.com/hannesa2/paho.mqtt.android/releases/tag/3.6.0-beta7 and please tell me, how it works after several connect/disconnect. I didn't tested this.

@stale stale bot removed the stale label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants