mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -47,12 +47,10 @@ class _LiveDmBlockPageState extends State<LiveDmBlockPage> {
|
||||
controller: _controller.tabController,
|
||||
children: [
|
||||
KeepAliveWrapper(
|
||||
builder: (context) =>
|
||||
Obx(() => _buildKeyword(_controller.keywordList)),
|
||||
child: Obx(() => _buildKeyword(_controller.keywordList)),
|
||||
),
|
||||
KeepAliveWrapper(
|
||||
builder: (context) =>
|
||||
Obx(() => _buildKeyword(_controller.shieldUserList)),
|
||||
child: Obx(() => _buildKeyword(_controller.shieldUserList)),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user