mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Made flag thread safe.
This commit is contained in:
parent
ccdd8b14ed
commit
ab2bb86c23
@ -163,7 +163,7 @@ public class DeletedContent implements AutopsyVisitableItem {
|
|||||||
private SleuthkitCase skCase;
|
private SleuthkitCase skCase;
|
||||||
private Observable notifier;
|
private Observable notifier;
|
||||||
// true if we have already told user that not all files will be shown
|
// true if we have already told user that not all files will be shown
|
||||||
private static boolean maxFilesDialogShown = false;
|
private static volatile boolean maxFilesDialogShown = false;
|
||||||
|
|
||||||
public DeletedContentsChildren(SleuthkitCase skCase) {
|
public DeletedContentsChildren(SleuthkitCase skCase) {
|
||||||
this.skCase = skCase;
|
this.skCase = skCase;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user