mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	ignore fact that loader might be null (#3374)
This commit is contained in:
		| @@ -666,7 +666,7 @@ class ReaderPresenter( | ||||
|      * manager handles persisting it across process deaths. | ||||
|      */ | ||||
|     private fun enqueueDeleteReadChapters(chapter: ReaderChapter) { | ||||
|         if (!chapter.chapter.read || chapter.pageLoader !is DownloadPageLoader) return | ||||
|         if (!chapter.chapter.read) return | ||||
|         val manga = manga ?: return | ||||
|  | ||||
|         launchIO { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user