Add space at end of image url so you don't accidently corrupt things
This commit is contained in:
@@ -169,6 +169,9 @@ struct PostView: View {
|
||||
combinedAttributedString.append(NSAttributedString(string: " "))
|
||||
}
|
||||
combinedAttributedString.append(uploadedImageURL)
|
||||
|
||||
// make sure we have a space at the end
|
||||
combinedAttributedString.append(NSAttributedString(string: " "))
|
||||
post = combinedAttributedString
|
||||
|
||||
case .failed(let error):
|
||||
|
||||
Reference in New Issue
Block a user