mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: report dyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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(
|
||||
'举报动态',
|
||||
|
||||
Reference in New Issue
Block a user