Skip to content

Commit 56c38dc

Browse files
committed
Revert "LNjSCHEME: revert change breaking things"
This reverts commit c8ddac7. It actually never broke anything
1 parent c8ddac7 commit 56c38dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/lnjscheme/ANDROID_java_oncreate

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* LNjScheme -*- mode: java; c-basic-offset: 2; -*- */
22

3+
if(LNjSchemeSession==null) { // closed at end of file
4+
35
LNjSchemeSession = new LNjScheme.Scheme
46
(new String[0])
57
{
@@ -125,4 +127,6 @@ LNjSchemeEvaluateNoSync
125127
}}
126128
)));
127129

130+
}
131+
128132
// eof: LNjScheme

0 commit comments

Comments
 (0)