mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
removing a weird file creation
This commit is contained in:
@@ -255,7 +255,7 @@ public class MainActivity extends SimpleActivity
|
|||||||
|
|
||||||
private void deleteItem(File file) {
|
private void deleteItem(File file) {
|
||||||
if (Utils.Companion.needsStupidWritePermissions(this, file.getAbsolutePath())) {
|
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());
|
final DocumentFile document = Utils.Companion.getFileDocument(this, file.getAbsolutePath());
|
||||||
document.delete();
|
document.delete();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user