layout animation config for composer footer

This commit is contained in:
Samuel Newman
2025-04-28 16:41:59 +03:00
parent d0086da4e3
commit 8e7a150cd0
+2
View File
@@ -1266,6 +1266,7 @@ function ComposerFooter({
a.justify_between, a.justify_between,
]}> ]}>
<View style={[a.flex_row, a.align_center]}> <View style={[a.flex_row, a.align_center]}>
<LayoutAnimationConfig skipEntering skipExiting>
{video && video.status !== 'done' ? ( {video && video.status !== 'done' ? (
<VideoUploadToolbar state={video} /> <VideoUploadToolbar state={video} />
) : ( ) : (
@@ -1299,6 +1300,7 @@ function ComposerFooter({
) : null} ) : null}
</ToolbarWrapper> </ToolbarWrapper>
)} )}
</LayoutAnimationConfig>
</View> </View>
<View style={[a.flex_row, a.align_center, a.justify_between]}> <View style={[a.flex_row, a.align_center, a.justify_between]}>
{showAddButton && ( {showAddButton && (