mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 13:28:50 +01:00
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
Block a user