diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java index 0b7e1bfc9e..dde6f583a4 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadIndexesThread.java @@ -120,6 +120,7 @@ public class DownloadIndexesThread { contentText.append(i.getVisibleName(app, app.getRegions())); } bld.setContentTitle(msg).setSmallIcon(R.drawable.ic_action_import). + setContentText(contentText.toString()). setContentIntent(contentPendingIntent).setOngoing(true); int progress = getCurrentDownloadingItemProgress(); bld.setProgress(100, Math.max(progress, 0), progress < 0);