mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 01:37:43 +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 Observable notifier;
|
||||
// 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) {
|
||||
this.skCase = skCase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user