mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(mobile): don't show lens info if it's not available (#4737)
This commit is contained in:
		
							parent
							
								
									b6f18cbe81
								
							
						
					
					
						commit
						ad5ba82f50
					
				@ -297,9 +297,9 @@ class ExifBottomSheet extends HookConsumerWidget {
 | 
			
		||||
                  fontWeight: FontWeight.bold,
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
              subtitle: Text(
 | 
			
		||||
              subtitle: exifInfo.f != null || exifInfo.exposureSeconds != null || exifInfo.mm != null || exifInfo.iso != null ? Text(
 | 
			
		||||
                "ƒ/${exifInfo.fNumber}   ${exifInfo.exposureTime}   ${exifInfo.focalLength} mm   ISO ${exifInfo.iso ?? ''} ",
 | 
			
		||||
              ),
 | 
			
		||||
              ) : null,
 | 
			
		||||
            ),
 | 
			
		||||
        ],
 | 
			
		||||
      );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user