Fix to aid in HDR stuff processing

This commit is contained in:
Mario Danic 2017-02-06 12:43:42 +01:00 committed by AndyScherzinger
parent 3fdd90c545
commit cca154a2e1
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -133,7 +133,9 @@ public class FileAlterationMagicListener implements FileAlterationListener {
@Override
public void onFileDelete(File file) {
// This method is intentionally empty
if (fileRunnable.containsKey(file.getAbsolutePath())) {
handler.removeCallbacks(fileRunnable.get(file.getAbsolutePath()));
}
}
@Override