* commit '4eab4e14c8453a0b41923c714a05dccdd72d7829': Use ApplicationInfo only when not in edit mode [DO NOT MERGE]
This commit is contained in:
@@ -208,7 +208,7 @@ public class ActionBarView extends AbsActionBarView {
|
|||||||
Log.e(TAG, "Activity component name not found!", e);
|
Log.e(TAG, "Activity component name not found!", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (mIcon == null) {
|
if (mIcon == null && !isInEditMode()) {
|
||||||
mIcon = appInfo.loadIcon(pm);
|
mIcon = appInfo.loadIcon(pm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user