mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix reappearing indicator in the History tab (#6105)
This commit is contained in:
		@@ -105,7 +105,7 @@ class HistoryController :
 | 
			
		||||
     * @param mangaHistory list of manga history
 | 
			
		||||
     */
 | 
			
		||||
    fun onNextManga(mangaHistory: List<HistoryItem>, cleanBatch: Boolean = false) {
 | 
			
		||||
        if (adapter?.itemCount ?: 0 == 0 || cleanBatch) {
 | 
			
		||||
        if (adapter?.itemCount ?: 0 == 0) {
 | 
			
		||||
            resetProgressItem()
 | 
			
		||||
        }
 | 
			
		||||
        if (cleanBatch) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user