Build fix

This commit is contained in:
Jobobby04 2022-10-14 17:19:19 -04:00
parent 861481bf26
commit 7da5dcfef3

View File

@ -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 -> {