| 
														
															@@ -10,6 +10,7 @@ import eu.kanade.tachiyomi.ui.base.holder.BaseFlexibleViewHolder 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import eu.kanade.tachiyomi.util.lang.toTimestampString 
														 | 
														
														 | 
														
															 import eu.kanade.tachiyomi.util.lang.toTimestampString 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.util.Date 
														 | 
														
														 | 
														
															 import java.util.Date 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.cover 
														 | 
														
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.cover 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import kotlinx.android.synthetic.main.history_item.holder 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.manga_subtitle 
														 | 
														
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.manga_subtitle 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.manga_title 
														 | 
														
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.manga_title 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.remove 
														 | 
														
														 | 
														
															 import kotlinx.android.synthetic.main.history_item.remove 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -30,16 +31,16 @@ class HistoryHolder( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ) : BaseFlexibleViewHolder(view, adapter) { 
														 | 
														
														 | 
														
															 ) : BaseFlexibleViewHolder(view, adapter) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     init { 
														 | 
														
														 | 
														
															     init { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        remove.setOnClickListener { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            adapter.removeClickListener.onRemoveClick(adapterPosition) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        holder.setOnClickListener { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            adapter.itemClickListener.onItemClick(bindingAdapterPosition) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        resume.setOnClickListener { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            adapter.resumeClickListener.onResumeClick(adapterPosition) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        remove.setOnClickListener { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            adapter.removeClickListener.onRemoveClick(bindingAdapterPosition) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        cover.setOnClickListener { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            adapter.coverClickListener.onCoverClick(adapterPosition) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        resume.setOnClickListener { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            adapter.resumeClickListener.onResumeClick(bindingAdapterPosition) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 |