mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix double increment when updating covers (#6138)
* Fix double increment when updating covers * Remove redundant block
This commit is contained in:
		@@ -445,14 +445,6 @@ class LibraryUpdateService(
 | 
			
		||||
                                            logcat(LogPriority.ERROR, e)
 | 
			
		||||
                                        }
 | 
			
		||||
                                    }
 | 
			
		||||
 | 
			
		||||
                                    currentlyUpdatingManga.remove(manga)
 | 
			
		||||
                                    progressCount.andIncrement
 | 
			
		||||
                                    notifier.showProgressNotification(
 | 
			
		||||
                                        currentlyUpdatingManga,
 | 
			
		||||
                                        progressCount.get(),
 | 
			
		||||
                                        mangaToUpdate.size
 | 
			
		||||
                                    )
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user