mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Update Cocoapods, fix build breakage.
This commit is contained in:
parent
b91751a114
commit
a088b94c74
2 changed files with 2 additions and 2 deletions
2
Pods
2
Pods
|
@ -1 +1 @@
|
|||
Subproject commit 9a3f6876d4a6086d10501383b96fb2d9d47a75b6
|
||||
Subproject commit f594e0655b038d7a809b2bcc0222a00e64586d9f
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
CGFloat maxOriginalDimensionPoints = MAX(originalSize.width, originalSize.height);
|
||||
if (maxOriginalDimension < maxDimensionPoints) {
|
||||
if (maxOriginalDimensionPoints < maxDimensionPoints) {
|
||||
// Don't bother scaling an image that is already smaller than the max dimension.
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue