Display follows in most recent to oldest
Changelog-Changed: Display follows in most recent to oldest
This commit is contained in:
committed by
William Casarin
parent
8a88824677
commit
ab853c406c
@@ -66,7 +66,7 @@ struct FollowingView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
LazyVStack(alignment: .leading) {
|
LazyVStack(alignment: .leading) {
|
||||||
ForEach(following.contacts, id: \.self) { pk in
|
ForEach(following.contacts.reversed(), id: \.self) { pk in
|
||||||
FollowUserView(target: .pubkey(pk), damus_state: damus_state)
|
FollowUserView(target: .pubkey(pk), damus_state: damus_state)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user