Skip to content
Snippets Groups Projects
Commit 484c18d1 authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#421 Application exits on crash. Solved annoying Andorid bug, when application...

#421 Application exits on crash. Solved annoying Andorid bug, when application stayed opened (black screen) on crash.
parent f67ec701
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,6 @@ import com.badlogic.gdx.graphics.GL30;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.scene2d.utils.ClickListener;
import com.getsentry.raven.DefaultRavenFactory;
import com.getsentry.raven.Raven;
import com.getsentry.raven.event.Event;
import com.getsentry.raven.event.EventBuilder;
import com.getsentry.raven.event.interfaces.ExceptionInterface;
import net.engio.mbassy.bus.error.IPublicationErrorHandler;
import net.engio.mbassy.bus.error.PublicationError;
......
......@@ -205,5 +205,6 @@ public class TablexiaRaven {
raven.runBuilderHelpers(eventBuilder);
raven.sendEvent(eventBuilder.build());
Gdx.app.exit();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment