Skip to content

Commit

Permalink
Merge pull request #144 from linl33/remove-prng-fixes
Browse files Browse the repository at this point in the history
Remove obsolete PRNGFixes
  • Loading branch information
wbrunette authored Sep 13, 2019
2 parents 817f826 + c30a7a6 commit 7d30f0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.opendatakit.application.IToolAware;
import org.opendatakit.logging.WebLogger;
import org.opendatakit.services.R;
import org.opendatakit.utilities.PRNGFixes;

import java.lang.ref.WeakReference;

Expand All @@ -45,7 +44,6 @@ public final class Services extends MultiDexApplication implements IToolAware {
public void onCreate() {
if (singleton == null) singleton = new WeakReference<>(this);
super.onCreate();
PRNGFixes.apply();

Fabric.with(this, new Crashlytics());
analytics = FirebaseAnalytics.getInstance(this);
Expand Down

0 comments on commit 7d30f0e

Please sign in to comment.