fix: ensure absolute view in AISummary component takes full width

This commit is contained in:
lawvs 2025-06-01 18:06:45 +08:00
parent 9d3a9a944b
commit 2612f9aab1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export const AISummary: FC<{
</View>
</Animated.View>
<View className="absolute opacity-0">
<View className="absolute w-full opacity-0">
<View onLayout={measureContent}>
{error ? (
<View className="mt-3">