mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Fixing merge error in FileUtils.notifyDelete
This commit is contained in:
parent
67d46432ed
commit
6c594b6f5f
@ -225,7 +225,7 @@ public class FileUtils extends Plugin {
|
||||
String newFilePath = stripFileProtocol(filePath);
|
||||
int result = this.cordova.getActivity().getContentResolver().delete(MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
|
||||
MediaStore.Images.Media.DATA + " = ?",
|
||||
new String[] { filePath });
|
||||
new String[] { newFilePath });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user