mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
remove unused code
This commit is contained in:
parent
f05a64b01a
commit
57896a89bd
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ 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