mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
codacy: Avoid unused local variables
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e9bdd81029
commit
ca2420e1d6
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ public final class MediaProvider {
|
|||
String dataPath = MainApp.getStoragePath() + File.separator + MainApp.getDataFolder();
|
||||
|
||||
if (cursorFolders != null) {
|
||||
String folderName;
|
||||
String fileSortOrder = MediaStore.Video.Media.DATE_TAKEN + " DESC LIMIT " + itemLimit;
|
||||
Cursor cursorVideos;
|
||||
|
||||
|
|
Loading…
Reference in a new issue