opt: reply error widget

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-07 18:20:19 +08:00
parent 1a30e542a9
commit 21fdcdb2bb
4 changed files with 4 additions and 0 deletions

View File

@@ -299,6 +299,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
? FilledButton.tonal(
onPressed: () {
GlobalData().grpcReply = false;
_videoReplyController.onReload();
},
style: ButtonStyle(
backgroundColor: WidgetStateProperty.resolveWith((states) {

View File

@@ -398,6 +398,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel> {
? FilledButton.tonal(
onPressed: () {
GlobalData().grpcReply = false;
_videoReplyReplyController.onReload();
},
style: ButtonStyle(
backgroundColor: