mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-16 17:55:13 +00:00
Add loading indicator on profile
This commit is contained in:
parent
dac9fc55e9
commit
7b484fc8e1
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ struct AccountDetailHeaderView: View {
|
|||
viewModel.relationship = relationship
|
||||
}))
|
||||
}
|
||||
} else if !viewModel.isCurrentUser {
|
||||
ProgressView()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue