[Branding] ProducerService + FolderProvider change

For right now this will do good enough. Setting a reminder to fix it later.
This commit is contained in:
Eva Isabella Luna
2025-05-19 00:09:19 -06:00
parent 3b9b44816b
commit e8f00c1948

View File

@@ -95,7 +95,7 @@ public class FolderProvider extends DocumentsProvider {
row.add(Root.COLUMN_TITLE, applicationName);
row.add(Root.COLUMN_MIME_TYPES, ALL_MIME_TYPES);
row.add(Root.COLUMN_AVAILABLE_BYTES, BASE_DIR.getFreeSpace());
row.add(Root.COLUMN_ICON, R.mipmap.ic_launcher);
row.add(Root.COLUMN_ICON, R.drawable.ic_pojav_full);
return result;
}