mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Fixing issue where package updates were not getting propagated properly
issue 16097189
Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58
(cherry picked from commit 52a2841f6b)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user