mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
show correct error in DrawableUIBase
This commit is contained in:
parent
e6127844a1
commit
2fe8f04000
@ -151,7 +151,7 @@ abstract public class DrawableUIBase extends AnchorPane implements DrawableView
|
||||
&& exception.getMessage().contains("Java heap space")) {
|
||||
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
|
||||
} else {
|
||||
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
|
||||
showErrorNode(Bundle.DrawableUIBase_errorLabel_text(), file);
|
||||
}
|
||||
synchronized (DrawableUIBase.this) {
|
||||
imageTask = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user