mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Merge branch 'hd-avatar' into voice-calls-2
This commit is contained in:
commit
e7094c3f44
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import SignalUtilitiesKit
|
|||
//
|
||||
// TODO: We could make this a parameter.
|
||||
var dstSizePixels: CGSize {
|
||||
return CGSize(width: 210, height: 210)
|
||||
return CGSize(width: 640, height: 640)
|
||||
}
|
||||
var dstAspectRatio: CGFloat {
|
||||
return dstSizePixels.width / dstSizePixels.height
|
||||
|
|
Loading…
Reference in a new issue