IRCService: stop foreground if service is stopping

This commit is contained in:
Sebastian Kaspari 2010-04-17 23:35:53 +02:00
parent 215a7bb062
commit 4cd613debf
1 changed files with 1 additions and 0 deletions

View File

@ -342,6 +342,7 @@ public class IRCService extends Service
if (shutDown) {
foreground = false;
stopForegroundCompat(R.string.app_name);
stopSelf();
}
}