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

Commit cda2da1f authored by Michael Kolb's avatar Michael Kolb Committed by Android Git Automerger
Browse files

am 85fd2c91: Merge "fix incognito url loading" into honeycomb

* commit '85fd2c91':
  fix incognito url loading
parents f35d43f9 85fd2c91
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2011,13 +2011,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) {