mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update deprecated method
This commit is contained in:
parent
d41f85fee7
commit
2a25649766
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ class MeshService : Service(), Logging {
|
||||||
|
|
||||||
saveSettings()
|
saveSettings()
|
||||||
|
|
||||||
stopForeground(true) // Make sure we aren't using the notification first
|
stopForeground(STOP_FOREGROUND_REMOVE) // Make sure we aren't using the notification first
|
||||||
serviceNotifications.close()
|
serviceNotifications.close()
|
||||||
|
|
||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue