remove unnecessary changes

This commit is contained in:
Chumva 2019-06-18 18:40:23 +03:00
parent 1d07da14b3
commit 0c3621d57a

View file

@ -75,7 +75,6 @@ public class DownloadNotification extends OsmandNotification {
msg = task.getDescription();
}
StringBuilder contentText = new StringBuilder();
contentText.append("S ");
List<IndexItem> ii = downloadThread.getCurrentDownloadingItems();
for (IndexItem i : ii) {
if (!isFinished && task.getTag() == i) {