remove unnecessary changes
This commit is contained in:
parent
1d07da14b3
commit
0c3621d57a
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue