Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2607df7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ExternalStorageProvider: String mismatch with system language"

parents 2eaae386 e3afd375
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -282,6 +282,9 @@ public class ExternalStorageProvider extends DocumentsProvider {
                final RootInfo root = mIdToRoot.get(rootId);
                final File path = mIdToPath.get(rootId);

                if (ROOT_ID_PRIMARY_EMULATED.equals(root.rootId)) {
                    root.title = getContext().getString(R.string.root_internal_storage);
                }
                final RowBuilder row = result.newRow();
                row.add(Root.COLUMN_ROOT_ID, root.rootId);
                row.add(Root.COLUMN_FLAGS, root.flags);