Unnecessary fixes
This commit is contained in:
parent
a5aa493321
commit
57bed82c67
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue