]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commit
Don't reset the `WebView` title `onPageStarted()`, because `onPageStarted()` is run...
authorSoren Stoutner <soren@stoutner.com>
Fri, 28 Jul 2017 22:54:26 +0000 (15:54 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 28 Jul 2017 22:54:26 +0000 (15:54 -0700)
commitcdda3a0ae5545d3d3fd5033444c7bda976bdd581
tree613cf3b701fdc0808dfa4a5a917c82e2a9447fda
parentecf7a1f450559304c67a6dbe78ddb10c876ed140
Don't reset the `WebView` title `onPageStarted()`, because `onPageStarted()` is run all the time, including on rotate.  Fixes https://redmine.stoutner.com/issues/175.
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java