Fixed broken gradle build
This commit is contained in:
parent
7318a818c4
commit
9b56d92922
@ -39,7 +39,7 @@ public class ProxyUtils {
|
|||||||
|
|
||||||
public static ProxyUtils getInstance() {
|
public static ProxyUtils getInstance() {
|
||||||
if (mInstance == null) {
|
if (mInstance == null) {
|
||||||
mInstance = new ProxyUtils(BrowserApp.getAppContext());
|
mInstance = new ProxyUtils(BrowserApp.getContext());
|
||||||
}
|
}
|
||||||
return mInstance;
|
return mInstance;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user