mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-02-02 17:52:33 +01:00
Fix main activity binding crash
This commit is contained in:
parent
f11740f6a5
commit
e93627c9ec
@ -534,7 +534,9 @@ open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceLi
|
|||||||
override fun onDestroy() {
|
override fun onDestroy() {
|
||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
DownloadService.removeListener(this)
|
DownloadService.removeListener(this)
|
||||||
binding.toolbar.setNavigationOnClickListener(null)
|
if (isBindingInitialized) {
|
||||||
|
binding.toolbar.setNavigationOnClickListener(null)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onBackPressed() {
|
override fun onBackPressed() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user