mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Revert "remove unused variable"
This reverts commit 4fdda248459830271689697b890a7da1fb80fce4.
This commit is contained in:
parent
54744078aa
commit
f05a64b01a
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ public class MediaProvider {
|
|||
if (filePath != null) {
|
||||
mediaFolder.filePaths.add(filePath);
|
||||
mediaFolder.absolutePath = filePath.substring(0, filePath.lastIndexOf("/"));
|
||||
} else {
|
||||
failedImages++;
|
||||
}
|
||||
}
|
||||
cursorImages.close();
|
||||
|
|
Loading…
Reference in a new issue