mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Format fixes
This commit is contained in:
parent
ba5d13936c
commit
82865dd3fd
@ -19,18 +19,17 @@ import rx.schedulers.Schedulers;
|
|||||||
|
|
||||||
public class MangaInfoPresenter extends BasePresenter<MangaInfoFragment> {
|
public class MangaInfoPresenter extends BasePresenter<MangaInfoFragment> {
|
||||||
|
|
||||||
|
@Inject DatabaseHelper db;
|
||||||
|
@Inject SourceManager sourceManager;
|
||||||
|
@Inject CoverCache coverCache;
|
||||||
|
|
||||||
|
protected Source source;
|
||||||
|
private Manga manga;
|
||||||
|
private int count = -1;
|
||||||
|
|
||||||
private static final int GET_MANGA = 1;
|
private static final int GET_MANGA = 1;
|
||||||
private static final int GET_CHAPTER_COUNT = 2;
|
private static final int GET_CHAPTER_COUNT = 2;
|
||||||
private static final int FETCH_MANGA_INFO = 3;
|
private static final int FETCH_MANGA_INFO = 3;
|
||||||
protected Source source;
|
|
||||||
@Inject
|
|
||||||
DatabaseHelper db;
|
|
||||||
@Inject
|
|
||||||
SourceManager sourceManager;
|
|
||||||
@Inject
|
|
||||||
CoverCache coverCache;
|
|
||||||
private Manga manga;
|
|
||||||
private int count = -1;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedState) {
|
protected void onCreate(Bundle savedState) {
|
||||||
|
Loading…
Reference in New Issue
Block a user