Add loading indicator on profile
This commit is contained in:
parent
dac9fc55e9
commit
7b484fc8e1
|
@ -227,6 +227,8 @@ struct AccountDetailHeaderView: View {
|
|||
viewModel.relationship = relationship
|
||||
}))
|
||||
}
|
||||
} else if !viewModel.isCurrentUser {
|
||||
ProgressView()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue