mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Remove stuff we don’t need
This commit is contained in:
parent
759d0df4a9
commit
602b3c1982
1 changed files with 0 additions and 1 deletions
|
@ -230,7 +230,6 @@ public class FolderSyncActivity extends FileActivity implements FolderSyncAdapte
|
|||
|
||||
@NonNull
|
||||
private SyncedFolderDisplayItem createSyncedFolderWithoutMediaFolder(@NonNull SyncedFolder syncedFolder) {
|
||||
File file = new File(syncedFolder.getLocalPath());
|
||||
return new SyncedFolderDisplayItem(
|
||||
syncedFolder.getId(),
|
||||
syncedFolder.getLocalPath(),
|
||||
|
|
Loading…
Reference in a new issue