update notification id

This commit is contained in:
Chumva 2019-06-19 10:20:43 +03:00
parent 1ffefa8505
commit 693aa17ce2

View file

@ -36,7 +36,7 @@ public class DownloadService extends Service {
Notification notification = app.getNotificationHelper().buildDownloadNotification();
if (notification != null) {
startForeground(OsmandNotification.TOP_NOTIFICATION_SERVICE_ID, notification);
startForeground(OsmandNotification.DOWNLOAD_NOTIFICATION_SERVICE_ID, notification);
app.getNotificationHelper().refreshNotification(OsmandNotification.NotificationType.DOWNLOAD);
}
return START_REDELIVER_INTENT;