5720: Update UI in location sharing View

This commit is contained in:
MaximeE
2022-03-17 16:52:22 +01:00
parent d5a878ccad
commit dedc558f44
16 changed files with 241 additions and 32 deletions
@@ -45,7 +45,7 @@ class UserLocationAnnotatonView: MGLUserLocationAnnotationView {
private func addUserMarkerView(with avatarData: AvatarInputProtocol) {
guard let avatarImageView = UIHostingController(rootView: LocationSharingUserMarkerView(avatarData: avatarData)).view else {
guard let avatarImageView = UIHostingController(rootView: LocationSharingUserMarkerView(isMarker: true, avatarData: avatarData)).view else {
return
}