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

Commit 2c8b1f77 authored by Michael Kolb's avatar Michael Kolb
Browse files

fix incognito url loading

    http://b/issue?id=3349090
    removed the loading of the "browser:incognito" url

Change-Id: I47f952d372b4d69e91d4b29b3b5e5ec46a4f4fc3
parent 7f532976
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2013,13 +2013,7 @@ public class WebView extends AbsoluteLayout
    }

    private void startPrivateBrowsing() {
        boolean wasPrivateBrowsingEnabled = isPrivateBrowsingEnabled();

        getSettings().setPrivateBrowsingEnabled(true);

        if (!wasPrivateBrowsingEnabled) {
            loadUrl("browser:incognito");
        }
    }

    private boolean extendScroll(int y) {