mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix gutter constants.
This commit is contained in:
parent
0b04397e21
commit
53b1ae6a36
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ public class ConversationLayoutInfo: NSObject {
|
|||
|
||||
private func updateProperties() {
|
||||
if thread.isGroupThread() {
|
||||
gutterLeading = 16
|
||||
gutterLeading = 40
|
||||
gutterTrailing = 20
|
||||
} else {
|
||||
gutterLeading = 40
|
||||
gutterLeading = 16
|
||||
gutterTrailing = 20
|
||||
}
|
||||
// TODO: Should these be symmetric? Should they reflect the other gutters?
|
||||
|
|
Loading…
Reference in a new issue