Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
opt: report dyn
Browse files Browse the repository at this point in the history
Signed-off-by: bggRGjQaUbCoE <[email protected]>
  • Loading branch information
bggRGjQaUbCoE committed Jan 16, 2025
1 parent 2dafffd commit e1b5219
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/pages/dynamics/widgets/author_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
'举报动态',
Expand Down

0 comments on commit e1b5219

Please sign in to comment.