From: Soren Stoutner Date: Fri, 28 Jul 2017 22:54:26 +0000 (-0700) Subject: Don't reset the `WebView` title `onPageStarted()`, because `onPageStarted()` is run... X-Git-Tag: v2.5~7 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;ds=sidebyside;h=cdda3a0ae5545d3d3fd5033444c7bda976bdd581;hp=cdda3a0ae5545d3d3fd5033444c7bda976bdd581;p=PrivacyBrowserAndroid.git Don't reset the `WebView` title `onPageStarted()`, because `onPageStarted()` is run all the time, including on rotate. Fixes https://redmine.stoutner.com/issues/175. ---