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

Commit e28cc02e authored by Adam Cohen's avatar Adam Cohen
Browse files

Fixing issue where package updates were not getting propagated properly

issue 16097189

Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58
(cherry picked from commit 52a2841f)
parent cae7ce93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ class AllAppsList {
                final LauncherActivityInfoCompat info = matches.get(i);
                AppInfo applicationInfo = findApplicationInfoLocked(
                        info.getComponentName().getPackageName(), user,
                        info.getComponentName().getShortClassName());
                        info.getComponentName().getClassName());
                if (applicationInfo == null) {
                    add(new AppInfo(context, info, user, mIconCache, null));
                } else {