Loading app/src/main/java/com/gsnathan/pdfviewer/App.java +0 −6 Original line number Diff line number Diff line Loading @@ -13,12 +13,6 @@ public class App extends Application { public void onCreate() { super.onCreate(); Cyanea.init(this, getResources()); Properties system = System.getProperties(); system.put("http.proxyHost", "localhost"); system.put("http.proxyPort", "80"); system.put("https.proxyHost", "localhost"); system.put("https.proxyPort", "80"); } @Override Loading Loading
app/src/main/java/com/gsnathan/pdfviewer/App.java +0 −6 Original line number Diff line number Diff line Loading @@ -13,12 +13,6 @@ public class App extends Application { public void onCreate() { super.onCreate(); Cyanea.init(this, getResources()); Properties system = System.getProperties(); system.put("http.proxyHost", "localhost"); system.put("http.proxyPort", "80"); system.put("https.proxyHost", "localhost"); system.put("https.proxyPort", "80"); } @Override Loading