mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix width<>height problem
This commit is contained in:
parent
200e34367f
commit
c5b12da402
|
@ -214,7 +214,7 @@ fun checkIcon(icon: File, withIconDownload: Boolean, allIconCIDs: MutableSet<Str
|
|||
}
|
||||
|
||||
if (image.raster.height != height) {
|
||||
error("width in json ($icon) is $height but actually is in imageDownload ${image.height}")
|
||||
error("height in json ($icon) is $height but actually is in imageDownload ${image.height}")
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
|
|
Loading…
Reference in New Issue
Block a user