mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 10:52:16 -05:00
IRCService: stop foreground if service is stopping
This commit is contained in:
parent
215a7bb062
commit
4cd613debf
@ -342,6 +342,7 @@ public class IRCService extends Service
|
||||
|
||||
if (shutDown) {
|
||||
foreground = false;
|
||||
stopForegroundCompat(R.string.app_name);
|
||||
stopSelf();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user