added ":" to downloading title in notification

This commit is contained in:
Chumva 2018-02-23 19:06:24 +02:00
parent f29ace4544
commit 64cfd1d4b5

View file

@ -262,7 +262,7 @@ public class DownloadFileHelper {
if(mb == 0) {
mb = 1;
}
String taskName = ctx.getString(R.string.shared_string_downloading) + " " +
String taskName = ctx.getString(R.string.shared_string_downloading) + ": " +
//+ de.baseName /*+ " " + mb + " MB"*/;
FileNameTranslationHelper.getFileName(ctx, ctx.getRegions(), de.baseName);