mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -64,7 +64,7 @@ class _DanmakuBlockPageState extends State<DanmakuBlockPage> {
|
||||
children: DmBlockType.values
|
||||
.map(
|
||||
(e) => KeepAliveWrapper(
|
||||
builder: (context) => Obx(
|
||||
child: Obx(
|
||||
() => tabViewBuilder(e.index, _controller.rules[e.index]),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user