mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Merge branch 'main' into main
This commit is contained in:
		
						commit
						f7f2d4a904
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -285,11 +285,13 @@ class ImageFragment : | |||
|                 imageAdapter.notifyDataSetChanged() | ||||
|                 selectorRV?.let { | ||||
|                     it.visibility = View.VISIBLE | ||||
|                     if (switch?.isChecked == false) { | ||||
|                         lastItemId?.let { pos -> | ||||
|                             (it.layoutManager as GridLayoutManager) | ||||
|                                 .scrollToPosition(ImageHelper.getIndexFromId(filteredImages, pos)) | ||||
|                         } | ||||
|                     } | ||||
|                 } | ||||
|             } else { | ||||
|                 filteredImages = ArrayList() | ||||
|                 allImages = filteredImages | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 whe128
						whe128