simplify a check at deleting from fullscreen
This commit is contained in:
parent
f67ce86cf2
commit
05b6d71035
|
@ -207,7 +207,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun deleteItem(file: File) {
|
private fun deleteItem(file: File) {
|
||||||
if (needsStupidWritePermissions(file.path) && isShowingPermDialog(file)) {
|
if (isShowingPermDialog(file)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue