diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-11-13 20:13:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-11-13 20:13:01 +0530 |
| commit | 7382d42679d202cc0caa252026ebbd2d3cb1e202 (patch) | |
| tree | 71438568f4d2c2e8336fb3ba3c7b0685ece42cf6 /lib/components/SearchableAppList.dart | |
| parent | 9ec12ef75ae742c0560591c48d14a44418038f79 (diff) | |
| download | daft-launcher-test.tar.gz daft-launcher-test.zip | |
testtest
Diffstat (limited to '')
| -rw-r--r-- | lib/components/SearchableAppList.dart | 3 |
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, )), ], ); |
