mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
allow renaming some extra files with access to All files
This commit is contained in:
parent
b9dea17ea2
commit
e25e4ba880
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class MediaAdapter(
|
|||
val firstPath = getFirstSelectedItemPath() ?: return
|
||||
|
||||
val isSDOrOtgRootFolder = activity.isAStorageRootFolder(firstPath.getParentPath()) && !firstPath.startsWith(activity.internalStoragePath)
|
||||
if (isRPlus() && isSDOrOtgRootFolder) {
|
||||
if (isRPlus() && isSDOrOtgRootFolder && !isExternalStorageManager()) {
|
||||
activity.toast(R.string.rename_in_sd_card_system_restriction, Toast.LENGTH_LONG)
|
||||
finishActMode()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue