fix download service recreation
This commit is contained in:
parent
1686fa91d3
commit
a31369a55a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class DownloadService extends Service {
|
|||
startForeground(OsmandNotification.DOWNLOAD_NOTIFICATION_SERVICE_ID, notification);
|
||||
app.getNotificationHelper().refreshNotification(OsmandNotification.NotificationType.DOWNLOAD);
|
||||
}
|
||||
return START_REDELIVER_INTENT;
|
||||
return START_NOT_STICKY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue