Fix loading VectorDrawable icons
Fix loading VectorDrawable icons
This commit is contained in:
@@ -106,6 +106,12 @@ namespace QuestAppLauncher
|
||||
|
||||
Texture2D texture = null;
|
||||
|
||||
if (null == image)
|
||||
{
|
||||
Debug.LogFormat("Error loading icon: Path: {0}, Index: {1}", this.externalIconPath, this.installedApkIndex);
|
||||
return;
|
||||
}
|
||||
|
||||
// Set the icon image
|
||||
if (imageWidth == 0 || imageHeight == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user