mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fixes auto upload
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
93913ae931
commit
dbc32b2427
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class FilesystemDataProvider {
|
|||
return dataSet;
|
||||
}
|
||||
|
||||
private static long getFileChecksum(String filepath) {
|
||||
private long getFileChecksum(String filepath) {
|
||||
|
||||
InputStream inputStream = null;
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue