From e1b5219f8c8e4f3c987e37b950b76a6da7217be1 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 16 Jan 2025 17:14:50 +0800 Subject: [PATCH] opt: report dyn Signed-off-by: bggRGjQaUbCoE --- lib/pages/dynamics/widgets/author_panel.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/pages/dynamics/widgets/author_panel.dart b/lib/pages/dynamics/widgets/author_panel.dart index 746e523ee..baca3b22c 100644 --- a/lib/pages/dynamics/widgets/author_panel.dart +++ b/lib/pages/dynamics/widgets/author_panel.dart @@ -301,13 +301,12 @@ class AuthorPanel extends StatelessWidget { } void _showReportDynDialog(context) { + _ReportReasonType? reasonType; + String? reasonDesc; + late final key = GlobalKey(); showDialog( context: context, builder: (context) { - _ReportReasonType? reasonType; - String? reasonDesc; - late final key = GlobalKey(); - return AlertDialog( title: Text( '举报动态',