Merge "Fixing crashloop where LauncherActivityInfo can be null during icon query." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
59534c7a24
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user