From cc99ecbbc5f4c49c1b34faf06497545e0b25d762 Mon Sep 17 00:00:00 2001 From: Chumva Date: Fri, 23 Feb 2018 15:46:54 +0200 Subject: [PATCH] added type of map to the contentText in downloading notification --- OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java | 1 + 1 file changed, 1 insertion(+) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java index 16b6100792..2403392111 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java @@ -124,6 +124,7 @@ public class DownloadIndexesThread { contentText.append(", "); } contentText.append(i.getVisibleName(app, app.getRegions())); + contentText.append(" ").append(i.getType().getString(app)); } bld.setContentTitle(msg).setSmallIcon(android.R.drawable.stat_sys_download) .setVisibility(NotificationCompat.VISIBILITY_PUBLIC)