mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Fix "unable to connect to background" error when session ends
This commit is contained in:
parent
ad6eb7ce76
commit
9d27fc819f
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ public final class LocationPushService extends Service {
|
|||
|
||||
Log.i("Removing callbacks from handler"); //NON-NLS
|
||||
this.handler.removeCallbacksAndMessages(null);
|
||||
this.gnssActiveTask = new MultiTargetGNSSHandlerProxy();
|
||||
|
||||
Log.i("Stopping foreground service"); //NON-NLS
|
||||
stopForeground(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue