Cleanup
This commit is contained in:
parent
a959ea3606
commit
9fd1b4ef73
|
@ -130,12 +130,6 @@ struct AccountDetailHeaderView: View {
|
|||
VStack(alignment: .leading, spacing: 0) {
|
||||
EmojiTextApp(.init(stringValue: account.safeDisplayName), emojis: account.emojis)
|
||||
.font(.scaledHeadline)
|
||||
.onDisappear {
|
||||
print("DISPEAR")
|
||||
}
|
||||
.onAppear {
|
||||
print("APPEAR")
|
||||
}
|
||||
Text("@\(account.acct)")
|
||||
.font(.scaledCallout)
|
||||
.foregroundColor(.gray)
|
||||
|
|
Loading…
Reference in New Issue