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

Commit 59534c7a authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Fixing crashloop where LauncherActivityInfo can be null during icon query." into tm-dev

parents a57dc7d4 64b34973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ public class IconCache extends BaseIconCache {
                            cn,
                            sectionKey.first);
                }
                if (loadFallbackTitle && TextUtils.isEmpty(entry.title)) {
                if (loadFallbackTitle && TextUtils.isEmpty(entry.title) && lai != null) {
                    loadFallbackTitle(
                            lai,
                            entry,