Skip to content

Commit 0592743

Browse files
committed
Fix for Android crash
1 parent e7bf260 commit 0592743

File tree

1 file changed

+0
-1
lines changed
  • scripts/hellocodenameone/common/src/main/java/com/codenameone/examples/hellocodenameone/tests

1 file changed

+0
-1
lines changed

scripts/hellocodenameone/common/src/main/java/com/codenameone/examples/hellocodenameone/tests/Cn1ssDeviceRunner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public void runSuite() {
4444
}
4545
log("CN1SS:SUITE:FINISHED");
4646
TestReporting.getInstance().testExecutionFinished(getClass().getName());
47-
Display.getInstance().exitApplication();
4847
}
4948

5049
private static void log(String msg) {

0 commit comments

Comments
 (0)