Marked
This commit is contained in:
parent
d4d3fe43d3
commit
43ba1930ed
|
@ -194,7 +194,8 @@ struct PostingView: View {
|
|||
.pickerStyle(.menu)
|
||||
.foregroundStyle(Color.gray)
|
||||
}
|
||||
|
||||
|
||||
// MARK: Post function
|
||||
private func postText() {
|
||||
Task {
|
||||
if let client = accountManager.getClient() {
|
||||
|
|
Loading…
Reference in New Issue