Skip to content
Snippets Groups Projects
Commit 3a036551 authored by akwizgran's avatar akwizgran
Browse files

Remove the service from the foreground before exiting.

parent 1ac8524d
No related branches found
No related tags found
Loading
......@@ -100,6 +100,7 @@ public class BriarService extends RoboService {
public void onDestroy() {
super.onDestroy();
if(LOG.isLoggable(INFO)) LOG.info("Destroyed");
stopForeground(true);
// Stop the services in a background thread
new Thread() {
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment