From d2a4564cfbd744232235e2c828657b616e19ba5a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 4 Jun 2020 13:35:49 +0530 Subject: Fixes keyboard focus/open issue --- lib/components/SearchableAppList.dart | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/components') diff --git a/lib/components/SearchableAppList.dart b/lib/components/SearchableAppList.dart index f41ba18..c939845 100644 --- a/lib/components/SearchableAppList.dart +++ b/lib/components/SearchableAppList.dart @@ -31,7 +31,6 @@ class _SearchableAppListState extends State { onChanged: onInput, decoration: InputDecoration( prefixStyle: TextStyle(color: Color(0xFF888888)), - prefix: Text('/'), hintStyle: TextStyle(color: Color(0xFFD8DEE9)), hintText: 'Search', ), -- cgit v1.3.1