mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 12:10:33 +08:00
@@ -88,21 +88,18 @@ class _LiveSearchPageState extends State<LiveSearchPage> {
|
||||
},
|
||||
),
|
||||
Expanded(
|
||||
child: Material(
|
||||
color: Colors.transparent,
|
||||
child: tabBarView(
|
||||
controller: _controller.tabController,
|
||||
children: [
|
||||
LiveSearchChildPage(
|
||||
controller: _controller.roomCtr,
|
||||
searchType: LiveSearchType.room,
|
||||
),
|
||||
LiveSearchChildPage(
|
||||
controller: _controller.userCtr,
|
||||
searchType: LiveSearchType.user,
|
||||
),
|
||||
],
|
||||
),
|
||||
child: tabBarView(
|
||||
controller: _controller.tabController,
|
||||
children: [
|
||||
LiveSearchChildPage(
|
||||
controller: _controller.roomCtr,
|
||||
searchType: LiveSearchType.room,
|
||||
),
|
||||
LiveSearchChildPage(
|
||||
controller: _controller.userCtr,
|
||||
searchType: LiveSearchType.user,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user