Skip to content

Commit 0405c2d

Browse files
committed
Add missing set boolean variable to true
1 parent 572375b commit 0405c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/purejava/linux/RuntimeHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ private RuntimeHelper() {}
3434
try {
3535
System.loadLibrary("appindicator3");
3636
LOG.debug("Native code library appindicator3 successfully loaded");
37+
isLoaded = true;
3738
} catch (UnsatisfiedLinkError e2) {
3839
LOG.error("Native code library failed to load.\n", e2);
3940
}

0 commit comments

Comments
 (0)