mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat: Patches Selector Screen.
This commit is contained in:
@ -39,6 +39,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
|
||||
child: Column(
|
||||
children: [
|
||||
SearchBar(
|
||||
hintText: "Search applications",
|
||||
onQueryChanged: (searchQuery) {
|
||||
setState(() {
|
||||
query = searchQuery;
|
||||
|
Reference in New Issue
Block a user