a
This commit is contained in:
@@ -419,6 +419,8 @@ public class UI implements ApplicationListener, Loadable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void showException(String text, Throwable exc){
|
public void showException(String text, Throwable exc){
|
||||||
|
if(loadfrag == null) return;
|
||||||
|
|
||||||
loadfrag.hide();
|
loadfrag.hide();
|
||||||
new Dialog(""){{
|
new Dialog(""){{
|
||||||
String message = Strings.getFinalMessage(exc);
|
String message = Strings.getFinalMessage(exc);
|
||||||
|
|||||||
Reference in New Issue
Block a user