mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-19 19:16:16 +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
|
viewModel.relationship = relationship
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
} else if !viewModel.isCurrentUser {
|
||||||
|
ProgressView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue