Build fix
This commit is contained in:
parent
861481bf26
commit
7da5dcfef3
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ class MangaDexFollowsController(bundle: Bundle) : BrowseSourceController(bundle)
|
||||||
onConfirm = {
|
onConfirm = {
|
||||||
presenter.changeMangaFavorite(dialog.manga)
|
presenter.changeMangaFavorite(dialog.manga)
|
||||||
},
|
},
|
||||||
|
mangaToRemove = dialog.manga,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
is BrowseSourcePresenter.Dialog.ChangeMangaCategory -> {
|
is BrowseSourcePresenter.Dialog.ChangeMangaCategory -> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue