mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
feat: search all
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -117,7 +117,10 @@ class SSearchController extends GetxController {
|
||||
parameters: {
|
||||
'keyword': controller.text,
|
||||
},
|
||||
arguments: initIndex,
|
||||
arguments: {
|
||||
'initIndex': initIndex,
|
||||
'fromSearch': true,
|
||||
},
|
||||
);
|
||||
searchFocusNode.requestFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user