mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-02 08:09:47 +08:00
mod: remove disliked rcmd
Closes #80 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -217,9 +217,9 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
|
||||
children: _searchController.historyList
|
||||
.map(
|
||||
(item) => SearchText(
|
||||
searchText: item,
|
||||
onSelect: _searchController.onClickKeyword,
|
||||
onLongSelect: _searchController.onLongSelect,
|
||||
text: item,
|
||||
onTap: _searchController.onClickKeyword,
|
||||
onLongPress: _searchController.onLongSelect,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
|
||||
Reference in New Issue
Block a user