mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	Square image when image is too long
This commit is contained in:
		| @@ -34,8 +34,8 @@ const AttachmentImage = React.memo( | ||||
|               !image.meta?.original?.width || | ||||
|               !image.meta?.original?.height | ||||
|                 ? attachmentAspectRatio({ total, index }) | ||||
|                 : image.meta.original.height / image.meta.original.width > 2 | ||||
|                 ? 0.5 | ||||
|                 : image.meta.original.height / image.meta.original.width > 1 | ||||
|                 ? 1 | ||||
|                 : image.meta.original.width / image.meta.original.height | ||||
|           }} | ||||
|         /> | ||||
|   | ||||
| @@ -60,7 +60,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({ | ||||
|               }) | ||||
|             }, 500) | ||||
|           } catch (err) { | ||||
|             if (Math.random() < 0.1) { | ||||
|             if (Math.random() < 0.05) { | ||||
|               Sentry.Native.captureException(err) | ||||
|             } | ||||
|           } | ||||
| @@ -91,7 +91,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({ | ||||
|             500 | ||||
|           ) | ||||
|       } catch (err) { | ||||
|         if (Math.random() < 0.1) { | ||||
|         if (Math.random() < 0.05) { | ||||
|           Sentry.Native.captureException(err) | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user