mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Add data source id support to Java bindings
This commit is contained in:
parent
bd52e3abc1
commit
ca47a51150
@ -102,12 +102,12 @@ class AddImageTask implements Runnable {
|
||||
currDir));
|
||||
}
|
||||
}
|
||||
// this sleep here prevents the UI from locking up
|
||||
// this sleep here prevents the UI from locking up
|
||||
// due to too frequent updates to the progressMonitor above
|
||||
Thread.sleep(500);
|
||||
}
|
||||
} catch (InterruptedException ie) {
|
||||
// nothing to do, thread was interrupted externally
|
||||
// nothing to do, thread was interrupted externally
|
||||
// signaling the end of AddImageProcess
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user