mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +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")) {
|
&& exception.getMessage().contains("Java heap space")) {
|
||||||
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
|
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
|
||||||
} else {
|
} else {
|
||||||
showErrorNode(Bundle.DrawableUIBase_errorLabel_OOMText(), file);
|
showErrorNode(Bundle.DrawableUIBase_errorLabel_text(), file);
|
||||||
}
|
}
|
||||||
synchronized (DrawableUIBase.this) {
|
synchronized (DrawableUIBase.this) {
|
||||||
imageTask = null;
|
imageTask = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user