Merging bugfix
This commit is contained in:
parent
bfc0868721
commit
567c6ea8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import uy.kohesive.injekt.api.get
|
|||
* [SourceAdapter.OnLatestClickListener] call function data on latest item click
|
||||
*/
|
||||
class SourceController(bundle: Bundle? = null) :
|
||||
NucleusController<SourceMainControllerBinding, SourcePresenter>(),
|
||||
NucleusController<SourceMainControllerBinding, SourcePresenter>(bundle),
|
||||
FlexibleAdapter.OnItemClickListener,
|
||||
FlexibleAdapter.OnItemLongClickListener,
|
||||
SourceAdapter.OnBrowseClickListener,
|
||||
|
|
|
|||
Loading…
Reference in a new issue