update deprecated method

This commit is contained in:
andrekir 2023-01-02 21:19:10 -03:00
parent d41f85fee7
commit 2a25649766

View file

@ -275,7 +275,7 @@ class MeshService : Service(), Logging {
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()
super.onDestroy()