opt: report dyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-16 17:14:50 +08:00
parent 2dafffda94
commit e1b5219f8c

View File

@@ -301,13 +301,12 @@ class AuthorPanel extends StatelessWidget {
}
void _showReportDynDialog(context) {
_ReportReasonType? reasonType;
String? reasonDesc;
late final key = GlobalKey<FormState>();
showDialog(
context: context,
builder: (context) {
_ReportReasonType? reasonType;
String? reasonDesc;
late final key = GlobalKey<FormState>();
return AlertDialog(
title: Text(
'举报动态',