1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java3,752 stars (3,752 stars)1,719 forks (1,719 forks)batch import
enhancementfeature: filesgood first issuepapercut
- Issue type
- bug
- Prerequisites
- None
- Research direction
- The issue requires updating the icon for external storage folders in the Nextcloud Android app. The correct icon file is referenced in the issue body: `src/main/res/drawable hdpi/folder external.png`. Look for the layout or adapter code that sets the folder icon, likely in a RecyclerView adapter for file listings, and change the resource ID to point to `R.drawable.folder external`. Test the change on a device or emulator to verify it displays correctly. No additional comments or linked PRs provide further context; the change is straightforward and localized.