mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Try to fall back to showing URI for storage location if concrete file path isn't available
Closes #9977
This commit is contained in:
		@@ -105,7 +105,8 @@ object SettingsDataScreen : SearchableSettings {
 | 
			
		||||
        return Preference.PreferenceItem.TextPreference(
 | 
			
		||||
            title = stringResource(MR.strings.pref_storage_location),
 | 
			
		||||
            subtitle = remember(storageDir) {
 | 
			
		||||
                (UniFile.fromUri(context, storageDir.toUri())?.filePath)
 | 
			
		||||
                val file = UniFile.fromUri(context, storageDir.toUri())
 | 
			
		||||
                file?.filePath ?: file?.uri?.toString()
 | 
			
		||||
            } ?: stringResource(MR.strings.invalid_location, storageDir),
 | 
			
		||||
            onClick = {
 | 
			
		||||
                try {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user