Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Dec 15, 2024
1 parent 4e7b1ba commit 0123de7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ public void updateVirtualFolders() {

_virtualMapping.clear();

_virtualMapping.put(VIRTUAL_STORAGE_EMULATED, VIRTUAL_STORAGE_EMULATED);

if (_dopt.storageMaps != null) {
_virtualMapping.putAll(_dopt.storageMaps);
}

_virtualMapping.put(VIRTUAL_STORAGE_EMULATED, VIRTUAL_STORAGE_EMULATED);

final File appDataFolder = _context.getFilesDir();
if (appDataFolder.exists() || appDataFolder.mkdir()) {
_virtualMapping.put(VIRTUAL_STORAGE_APP_DATA_PRIVATE, appDataFolder);
Expand Down

0 comments on commit 0123de7

Please sign in to comment.