Revert "remove unused variable"

This reverts commit 4fdda248459830271689697b890a7da1fb80fce4.
This commit is contained in:
AndyScherzinger 2017-07-28 21:19:08 +02:00
parent 54744078aa
commit f05a64b01a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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();