Unnecessary fixes

This commit is contained in:
Nazar 2019-10-16 14:15:24 +03:00
parent a5aa493321
commit 57bed82c67
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@
Thx - Hardy
-->
<string name="shared_string_calculate">Calcutale</string>
<string name="shared_string_calculate">Calculate</string>
<string name="shared_string_osmand_usage">OsmAnd Usage</string>
<string name="shared_sting_tiles">Tiles</string>
<string name="shared_string_maps">Maps</string>

View file

@ -337,6 +337,7 @@ public class DataStorageItemsHolder implements Parcelable {
if (!matched) {
otherMemory.addBytes(f.length());
}
publishProgress();
}
}
}
@ -369,6 +370,7 @@ public class DataStorageItemsHolder implements Parcelable {
} else {
otherMemory.addBytes(file.length());
}
publishProgress();
}
}
}