Browse Source

Fixed broken gradle build

master
Anthony Restaino 9 years ago
parent
commit
9b56d92922
  1. 2
      app/src/LightningLite/java/acr/browser/lightning/utils/ProxyUtils.java

2
app/src/LightningLite/java/acr/browser/lightning/utils/ProxyUtils.java

@ -39,7 +39,7 @@ public class ProxyUtils { @@ -39,7 +39,7 @@ public class ProxyUtils {
public static ProxyUtils getInstance() {
if (mInstance == null) {
mInstance = new ProxyUtils(BrowserApp.getAppContext());
mInstance = new ProxyUtils(BrowserApp.getContext());
}
return mInstance;
}

Loading…
Cancel
Save