Add loading indicator on profile

This commit is contained in:
Thomas Ricouard 2023-12-28 22:18:13 +01:00
parent dac9fc55e9
commit 7b484fc8e1

View file

@ -227,6 +227,8 @@ struct AccountDetailHeaderView: View {
viewModel.relationship = relationship
}))
}
} else if !viewModel.isCurrentUser {
ProgressView()
}
}