mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-03 07:38:55 +01:00
Initial support for sources' login. Upgrade support library version.
This commit is contained in:
@@ -15,6 +15,7 @@ import eu.kanade.mangafeed.presenter.MangaInfoPresenter;
|
||||
import eu.kanade.mangafeed.presenter.ReaderPresenter;
|
||||
import eu.kanade.mangafeed.presenter.SourcePresenter;
|
||||
import eu.kanade.mangafeed.ui.activity.ReaderActivity;
|
||||
import eu.kanade.mangafeed.ui.fragment.SettingsAccountsFragment;
|
||||
|
||||
@Singleton
|
||||
@Component(
|
||||
@@ -34,6 +35,7 @@ public interface AppComponent {
|
||||
void inject(ReaderPresenter readerPresenter);
|
||||
|
||||
void inject(ReaderActivity readerActivity);
|
||||
void inject(SettingsAccountsFragment settingsAccountsFragment);
|
||||
|
||||
Application application();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user