mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
fix: initialize controller before super (#1827)
This commit is contained in:
@@ -27,11 +27,11 @@ class _ZonePageState extends CommonPageState<ZonePage, ZoneController>
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
controller = Get.put(
|
||||
ZoneController(rid: widget.rid, seasonType: widget.seasonType),
|
||||
tag: '${widget.rid}${widget.seasonType}',
|
||||
);
|
||||
super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user