Merge pull request #1470 from h11128/fix-one-memory-leak

add leak canary dependency and fix one leak
This commit is contained in:
kunfei 2021-12-19 10:03:31 +08:00 committed by GitHub
commit 16007e0899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -225,4 +225,7 @@ dependencies {
//com.github.AmrDeveloper:CodeView已集成到应用内
//epubLib集成到应用内
// LeakCanary
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
}

View File

@ -976,6 +976,7 @@ class ReadBookActivity : BaseReadBookActivity(),
textActionMenu.dismiss()
binding.readView.onDestroy()
ReadBook.msg = null
ReadBook.callBack = null
if (!BuildConfig.DEBUG) {
Backup.autoBack(this)
}