storage path fix
This commit is contained in:
parent
3e8dac9caf
commit
ae858ede93
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ public class DataStorageHelper {
|
|||
|
||||
//shared storage
|
||||
dir = settings.getDefaultInternalStorage();
|
||||
path = dir.getAbsolutePath();
|
||||
path = "\u200e" + dir.getAbsolutePath();
|
||||
iconId = R.drawable.ic_action_phone;
|
||||
|
||||
StorageItem sharedStorageItem = StorageItem.builder()
|
||||
|
|
Loading…
Reference in a new issue