mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Format fixes
This commit is contained in:
		| @@ -19,18 +19,17 @@ import rx.schedulers.Schedulers; | ||||
|  | ||||
| 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_CHAPTER_COUNT = 2; | ||||
|     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 | ||||
|     protected void onCreate(Bundle savedState) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user