Skip to content

Commit 78c4267

Browse files
authored
Merge pull request odk-x#143 from linl33/remove-prng-fixes
Remove obsolete PRNGFixes
2 parents ecaa922 + d5b3ccf commit 78c4267

File tree

2 files changed

+0
-338
lines changed

2 files changed

+0
-338
lines changed

androidlibrary_lib/src/main/java/org/opendatakit/application/ToolAwareApplication.java

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import android.util.Log;
2222
import org.opendatakit.logging.WebLogger;
2323
import org.opendatakit.utilities.ODKFileUtils;
24-
import org.opendatakit.utilities.PRNGFixes;
2524

2625
/**
2726
* Move some of the functionality of CommonApplication up into androidlibrary
@@ -50,7 +49,6 @@ public static void createODKDirs(String appName) throws RuntimeException {
5049

5150
public ToolAwareApplication() {
5251
super();
53-
PRNGFixes.apply();
5452
}
5553

5654
@Override

androidlibrary_lib/src/main/java/org/opendatakit/utilities/PRNGFixes.java

-336
This file was deleted.

0 commit comments

Comments
 (0)