mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-28 14:30:13 +08:00
@@ -16,10 +16,16 @@ class RelatedVideoPanel extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _RelatedVideoPanelState extends State<RelatedVideoPanel> with GridMixin {
|
||||
late final RelatedController _relatedController = Get.putOrFind(
|
||||
RelatedController.new,
|
||||
tag: widget.heroTag,
|
||||
);
|
||||
late final RelatedController _relatedController;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_relatedController = Get.putOrFind(
|
||||
RelatedController.new,
|
||||
tag: widget.heroTag,
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user