mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +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) {
|
void _showReportDynDialog(context) {
|
||||||
|
_ReportReasonType? reasonType;
|
||||||
|
String? reasonDesc;
|
||||||
|
late final key = GlobalKey<FormState>();
|
||||||
showDialog(
|
showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) {
|
builder: (context) {
|
||||||
_ReportReasonType? reasonType;
|
|
||||||
String? reasonDesc;
|
|
||||||
late final key = GlobalKey<FormState>();
|
|
||||||
|
|
||||||
return AlertDialog(
|
return AlertDialog(
|
||||||
title: Text(
|
title: Text(
|
||||||
'举报动态',
|
'举报动态',
|
||||||
|
|||||||
Reference in New Issue
Block a user