storage path fix

This commit is contained in:
androiddevkotlin 2021-03-28 00:24:57 +02:00
parent 3e8dac9caf
commit ae858ede93

View file

@ -106,7 +106,7 @@ public class DataStorageHelper {
//shared storage //shared storage
dir = settings.getDefaultInternalStorage(); dir = settings.getDefaultInternalStorage();
path = dir.getAbsolutePath(); path = "\u200e" + dir.getAbsolutePath();
iconId = R.drawable.ic_action_phone; iconId = R.drawable.ic_action_phone;
StorageItem sharedStorageItem = StorageItem.builder() StorageItem sharedStorageItem = StorageItem.builder()