aboutsummaryrefslogtreecommitdiff
path: root/lib/components/SearchableAppList.dart
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-11-13 20:13:01 +0530
committerAkshay Nair <phenax5@gmail.com>2020-11-13 20:13:01 +0530
commit7382d42679d202cc0caa252026ebbd2d3cb1e202 (patch)
tree71438568f4d2c2e8336fb3ba3c7b0685ece42cf6 /lib/components/SearchableAppList.dart
parent9ec12ef75ae742c0560591c48d14a44418038f79 (diff)
downloaddaft-launcher-test.tar.gz
daft-launcher-test.zip
testtest
Diffstat (limited to '')
-rw-r--r--lib/components/SearchableAppList.dart3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/components/SearchableAppList.dart b/lib/components/SearchableAppList.dart
index 3ac0d25..7a8b651 100644
--- a/lib/components/SearchableAppList.dart
+++ b/lib/components/SearchableAppList.dart
@@ -35,8 +35,6 @@ class _SearchableAppListState extends State<SearchableAppList> {
@override
Widget build(BuildContext ctx) {
- ThemeData theme = Theme.of(context);
-
List<Application> results = widget.appList
.where(_filterApp)
.toList();
@@ -68,6 +66,7 @@ class _SearchableAppListState extends State<SearchableAppList> {
appList: results,
openApp: widget.openApp,
openOptionsMenu: widget.openOptionsMenu,
+ allowReorder: false,
)),
],
);