From 5d6f689dfdd97e2a8fb9285f44af10740c92bc47 Mon Sep 17 00:00:00 2001 From: Daniel Kao Date: Sun, 29 Aug 2021 22:30:32 +0800 Subject: [PATCH] update version number --- app/build.gradle | 4 ++-- .../main/java/de/baumann/browser/activity/BrowserActivity.kt | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6fc84da3c..e87559be8 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { //applicationId "info.plateaukao.einkbro.debug" minSdkVersion 21 targetSdkVersion 30 - versionCode 81300 - versionName "8.13.0" + versionCode 81301 + versionName "8.13.1" vectorDrawables.useSupportLibrary = true } diff --git a/app/src/main/java/de/baumann/browser/activity/BrowserActivity.kt b/app/src/main/java/de/baumann/browser/activity/BrowserActivity.kt index 1cfb31dc8..7f28bbdd3 100755 --- a/app/src/main/java/de/baumann/browser/activity/BrowserActivity.kt +++ b/app/src/main/java/de/baumann/browser/activity/BrowserActivity.kt @@ -174,9 +174,7 @@ open class BrowserActivity : AppCompatActivity(), BrowserController, OnClickList shouldLoadTabState = it.getBoolean(K_SHOULD_LOAD_TAB_STATE) } - if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { - WebView.enableSlowWholeDocumentDraw() - } + WebView.enableSlowWholeDocumentDraw() sp.edit().putInt("restart_changed", 0).apply() HelperUnit.applyTheme(this)