mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dyn tab
opt: reload Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -132,17 +132,20 @@ class _SearchResultPageState extends State<SearchResultPage>
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: tabBarView(
|
||||
controller: _tabController,
|
||||
children: SearchType.values
|
||||
.map(
|
||||
(item) => SearchPanel(
|
||||
keyword: _searchResultController.keyword,
|
||||
searchType: item,
|
||||
tag: _tag,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
child: Material(
|
||||
color: Colors.transparent,
|
||||
child: tabBarView(
|
||||
controller: _tabController,
|
||||
children: SearchType.values
|
||||
.map(
|
||||
(item) => SearchPanel(
|
||||
keyword: _searchResultController.keyword,
|
||||
searchType: item,
|
||||
tag: _tag,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user