mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix to aid in HDR stuff processing
This commit is contained in:
parent
3fdd90c545
commit
cca154a2e1
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue