Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3918b8c7 authored by Federico Baron's avatar Federico Baron Committed by Automerger Merge Worker
Browse files

Merge "Shortcut crash fix" into udc-qpr-dev am: 9bbb0c75

parents 8dd54b27 9bbb0c75
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -120,6 +120,10 @@ public class LauncherDbUtils {
                deletedShortcuts.add(lc.id);
                continue;
            }
            if (TextUtils.isEmpty(lc.getTitle())) {
                deletedShortcuts.add(lc.id);
                continue;
            }

            // Make sure the target intent can be launched without any permissions. Otherwise remove
            // the shortcut