mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
feat: remove select all icon from searchbar (#669)
This commit is contained in:
parent
8591bc4d01
commit
f5bc1a996f
@ -103,7 +103,6 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||||||
horizontal: 12.0,
|
horizontal: 12.0,
|
||||||
),
|
),
|
||||||
child: SearchBar(
|
child: SearchBar(
|
||||||
showSelectIcon: true,
|
|
||||||
hintText: FlutterI18n.translate(
|
hintText: FlutterI18n.translate(
|
||||||
context,
|
context,
|
||||||
'patchesSelectorView.searchBarHint',
|
'patchesSelectorView.searchBarHint',
|
||||||
@ -113,12 +112,6 @@ class _PatchesSelectorViewState extends State<PatchesSelectorView> {
|
|||||||
_query = searchQuery;
|
_query = searchQuery;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onSelectAll: (value) {
|
|
||||||
if (value) {
|
|
||||||
model.selectAllPatcherWarning(context);
|
|
||||||
}
|
|
||||||
model.selectAllPatches(value);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user