💫 Optimize transition of pages

This commit is contained in:
2024-11-23 17:32:48 +08:00
parent 5d6a52494e
commit b8a1e5b5c0
4 changed files with 73 additions and 109 deletions

View File

@ -175,7 +175,7 @@ class ChatMessageInputState extends State<ChatMessageInput> {
padding: _attachments.isNotEmpty
? const EdgeInsets.only(top: 8)
: EdgeInsets.zero,
child: PostMediaPendingListRaw(
child: PostMediaPendingList(
attachments: _attachments,
isBusy: _isBusy,
onUpdate: (idx, updatedMedia) async {