misc: remove some dead code
This commit is contained in:
@@ -70,13 +70,6 @@ struct UserSearch: View {
|
|||||||
return tagAttributedString
|
return tagAttributedString
|
||||||
}
|
}
|
||||||
|
|
||||||
private func appendUserTag(_ tagAttributedString: NSMutableAttributedString) {
|
|
||||||
let mutableString = NSMutableAttributedString()
|
|
||||||
mutableString.append(post)
|
|
||||||
mutableString.append(tagAttributedString)
|
|
||||||
post = mutableString
|
|
||||||
}
|
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
Divider()
|
Divider()
|
||||||
|
|||||||
Reference in New Issue
Block a user