mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: fix live messages sending incomplete words, refactor (#1604)
This commit is contained in:
committed by
GitHub
parent
b159496257
commit
76b4fd34c1
@@ -226,11 +226,9 @@ struct SendMessageView: View {
|
||||
default: ()
|
||||
}
|
||||
} label: {
|
||||
ZStack {
|
||||
Image(systemName: "ellipsis.circle.fill")
|
||||
.resizable()
|
||||
.foregroundColor(.accentColor)
|
||||
}
|
||||
Image(systemName: "ellipsis.circle.fill")
|
||||
.resizable()
|
||||
.foregroundColor(.accentColor)
|
||||
}
|
||||
.frame(width: 29, height: 29)
|
||||
.padding([.bottom, .horizontal], 4)
|
||||
|
||||
Reference in New Issue
Block a user