mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
Fix crash when resuming tachi while broswing catalogue
This commit is contained in:
parent
1a661f5d04
commit
f57e19a894
@ -214,7 +214,7 @@ class CatalogueController : NucleusController<CataloguePresenter>(),
|
||||
|
||||
override fun onActivityResumed(activity: Activity) {
|
||||
super.onActivityResumed(activity)
|
||||
ext_bottom_sheet.presenter.refreshExtensions()
|
||||
ext_bottom_sheet?.presenter?.refreshExtensions()
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user