mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
split report dialog (#460)
This commit is contained in:
committed by
GitHub
parent
0b8e95477c
commit
7854c5e6b9
@@ -582,7 +582,7 @@ class _ReportPanelState extends State<ReportPanel> {
|
||||
const Text('举报理由(单选,非必选)'),
|
||||
...List.generate(
|
||||
5,
|
||||
(index) => radioWidget<int>(
|
||||
(index) => RadioWidget<int>(
|
||||
value: index,
|
||||
groupValue: _reasonV2,
|
||||
onChanged: (value) {
|
||||
|
||||
Reference in New Issue
Block a user