You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix(mobile): first stack list asset is now highlighted on view (#4802)
This commit is contained in:
		| @@ -443,7 +443,8 @@ class GalleryViewerPage extends HookConsumerWidget { | ||||
|                 decoration: BoxDecoration( | ||||
|                   color: Colors.white, | ||||
|                   borderRadius: BorderRadius.circular(6), | ||||
|                   border: index == stackIndex.value | ||||
|                   border: (stackIndex.value == -1 && index == 0) || | ||||
|                           index == stackIndex.value | ||||
|                       ? Border.all( | ||||
|                           color: Colors.white, | ||||
|                           width: 2, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user