mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -27,7 +27,7 @@ class _OrderedMultiSelectDialogState<T>
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_tempValues = {for (var (i, j) in widget.initValues.indexed) j: i + 1};
|
||||
_tempValues = {for (final (i, j) in widget.initValues.indexed) j: i + 1};
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user