Fix crash when resuming tachi while broswing catalogue
This commit is contained in:
parent
1a661f5d04
commit
f57e19a894
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue