Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 32cf3d5b authored by Paul Fayoux's avatar Paul Fayoux Committed by GitHub
Browse files

Remove unnecessary proxy

parent 911284c6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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