mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 21:10:35 +01:00
removing a weird file creation
This commit is contained in:
parent
a971b215a5
commit
1710590639
@ -255,7 +255,7 @@ public class MainActivity extends SimpleActivity
|
||||
|
||||
private void deleteItem(File file) {
|
||||
if (Utils.Companion.needsStupidWritePermissions(this, file.getAbsolutePath())) {
|
||||
if (!Utils.Companion.isShowingWritePermissions(this, new File(file.getAbsolutePath()))) {
|
||||
if (!Utils.Companion.isShowingWritePermissions(this, file)) {
|
||||
final DocumentFile document = Utils.Companion.getFileDocument(this, file.getAbsolutePath());
|
||||
document.delete();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user