fix: save reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-07 09:50:19 +08:00
parent 8719c8f639
commit b14844f459
3 changed files with 21 additions and 8 deletions

View File

@@ -1211,7 +1211,7 @@ class ReplyItemGrpc extends StatelessWidget {
barrierLabel: '',
barrierDismissible: true,
pageBuilder: (context, animation, secondaryAnimation) {
return ReplySavePanel(replyItem: item);
return ReplySavePanel(upMid: upMid, replyItem: item);
},
transitionDuration: const Duration(milliseconds: 255),
transitionBuilder: (context, animation, secondaryAnimation, child) {