mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
I’m not completly sure, but shouldn’t this be “result” instead of “image”?
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
}
|
||||
|
||||
if (stretchable) {
|
||||
return [image resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
|
||||
return [result resizableImageWithCapInsets:image.capInsets resizingMode:image.resizingMode];
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user