mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix "Move to top" showing at the most top item in download queue (#7109)
(cherry picked from commit b26daf8824)
			
			
This commit is contained in:
		@@ -89,7 +89,7 @@ class DownloadHolder(private val view: View, val adapter: DownloadAdapter) :
 | 
			
		||||
        view.popupMenu(
 | 
			
		||||
            menuRes = R.menu.download_single,
 | 
			
		||||
            initMenu = {
 | 
			
		||||
                findItem(R.id.move_to_top).isVisible = bindingAdapterPosition != 0
 | 
			
		||||
                findItem(R.id.move_to_top).isVisible = bindingAdapterPosition > 1
 | 
			
		||||
                findItem(R.id.move_to_bottom).isVisible =
 | 
			
		||||
                    bindingAdapterPosition != adapter.itemCount - 1
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user