From 7382d42679d202cc0caa252026ebbd2d3cb1e202 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Nov 2020 20:13:01 +0530 Subject: test --- lib/components/SearchableAppList.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/components/SearchableAppList.dart') 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 { @override Widget build(BuildContext ctx) { - ThemeData theme = Theme.of(context); - List results = widget.appList .where(_filterApp) .toList(); @@ -68,6 +66,7 @@ class _SearchableAppListState extends State { appList: results, openApp: widget.openApp, openOptionsMenu: widget.openOptionsMenu, + allowReorder: false, )), ], ); -- cgit v1.3.1