|
@@ -135,6 +135,7 @@ public class FileAlterationMagicListener implements FileAlterationListener {
|
|
public void onFileDelete(File file) {
|
|
public void onFileDelete(File file) {
|
|
if (fileRunnable.containsKey(file.getAbsolutePath())) {
|
|
if (fileRunnable.containsKey(file.getAbsolutePath())) {
|
|
handler.removeCallbacks(fileRunnable.get(file.getAbsolutePath()));
|
|
handler.removeCallbacks(fileRunnable.get(file.getAbsolutePath()));
|
|
|
|
+ fileRunnable.remove(file.getAbsolutePath());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|