Skip to content

Commit

Permalink
Android v13.2.10. Clear web chrome client on web view destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
sictiru committed Jul 8, 2024
1 parent ebc1025 commit 0fdeb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class ReadingItemFragment : NbFragment(), PopupMenu.OnMenuItemClickListener {

override fun onDestroyView() {
sampledQueue?.close()
binding.readingWebview.destroy()
binding.readingWebview.webChromeClient = null
_readingItemActionsBinding = null
_binding = null
super.onDestroyView()
Expand Down
4 changes: 2 additions & 2 deletions clients/android/NewsBlur/buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object Config {
const val compileSdk = 34
const val minSdk = 24
const val targetSdk = 34
const val versionCode = 225
const val versionName = "13.2.9"
const val versionCode = 226
const val versionName = "13.2.10"

const val androidTestInstrumentation = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 0fdeb70

Please sign in to comment.