mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Minor changes
This commit is contained in:
		| @@ -36,7 +36,7 @@ public class ChaptersPresenter extends BasePresenter<ChaptersFragment> { | ||||
|     @Inject PreferencesHelper preferences; | ||||
|     @Inject DownloadManager downloadManager; | ||||
|  | ||||
|     private Manga manga; | ||||
|     @State Manga manga; | ||||
|     private Source source; | ||||
|     private List<Chapter> chapters; | ||||
|     @State boolean hasRequested; | ||||
|   | ||||
| @@ -78,7 +78,7 @@ public class PagerReaderFragment extends BaseFragment { | ||||
|                         imageView.setScaleAndCenter(imageView.getScale(), new PointF(0, 0)); | ||||
|                         break; | ||||
|                     case PagerReader.ALIGN_RIGHT: | ||||
|                         imageView.setScaleAndCenter(imageView.getScale(), new PointF(99999f, 0)); | ||||
|                         imageView.setScaleAndCenter(imageView.getScale(), new PointF(imageView.getSWidth(), 0)); | ||||
|                         break; | ||||
|                     case PagerReader.ALIGN_CENTER: | ||||
|                         PointF center = imageView.getCenter(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user