aboutsummaryrefslogtreecommitdiff
path: root/lib/pages
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-04 12:38:19 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-04 12:38:19 +0530
commita9550c3a5088b8e25257480fb86ff5c9a2fed6d7 (patch)
treeb6e8d248a25f1ea74ca8428bdf9eb146397775de /lib/pages
parent173cb600667e730c337a436c9407d5b268491e9c (diff)
downloaddaft-launcher-a9550c3a5088b8e25257480fb86ff5c9a2fed6d7.tar.gz
daft-launcher-a9550c3a5088b8e25257480fb86ff5c9a2fed6d7.zip
Fixes uninstall action
Diffstat (limited to '')
-rw-r--r--lib/pages/Apps.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pages/Apps.dart b/lib/pages/Apps.dart
index 613b0e3..97d2dbc 100644
--- a/lib/pages/Apps.dart
+++ b/lib/pages/Apps.dart
@@ -15,6 +15,7 @@ class AppsView extends StatelessWidget {
Future<List<Application>> appListF = DeviceApps.getInstalledApplications(
includeSystemApps: true,
onlyAppsWithLaunchIntent: true,
+ includeAppIcons: false,
);
@override