mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +07:00
Resolved #8158 - Fallback images for all major objects
This commit is contained in:
@ -32,8 +32,9 @@ class CustomFileLocationHelperAndroid(private val activity: Activity) : CustomFi
|
||||
} else ""
|
||||
}
|
||||
}
|
||||
catch(ex:Exception) {}
|
||||
suggestedLocation.split("2F").last() // I have no idea why but the content path ends with this before the filename
|
||||
catch(ex:Exception) {
|
||||
suggestedLocation.split("2F").last() // I have no idea why but the content path ends with this before the filename
|
||||
}
|
||||
} else {
|
||||
// if we didn't load, this is some file name entered by the user
|
||||
suggestedLocation
|
||||
|
Reference in New Issue
Block a user