diff --git a/GliaWidgets/Sources/View/Chat/ChatView.GvaGallery.swift b/GliaWidgets/Sources/View/Chat/ChatView.GvaGallery.swift index 4cee8e7d7..1335324e9 100644 --- a/GliaWidgets/Sources/View/Chat/ChatView.GvaGallery.swift +++ b/GliaWidgets/Sources/View/Chat/ChatView.GvaGallery.swift @@ -22,6 +22,7 @@ extension ChatView { style: style.gliaVirtualAssistant.galleryList ) view.showsOperatorImage = showsImage + view.setOperatorImage(fromUrl: imageUrl, animated: false) return .gvaGallery(view, height) } diff --git a/GliaWidgets/Sources/View/Chat/GVA/Gallery/GalleryList/GvaGalleryListView.swift b/GliaWidgets/Sources/View/Chat/GVA/Gallery/GalleryList/GvaGalleryListView.swift index 1d697536b..0fedfc776 100644 --- a/GliaWidgets/Sources/View/Chat/GVA/Gallery/GalleryList/GvaGalleryListView.swift +++ b/GliaWidgets/Sources/View/Chat/GVA/Gallery/GalleryList/GvaGalleryListView.swift @@ -18,7 +18,7 @@ final class GvaGalleryListView: BaseView { } let sectionInsets = UIEdgeInsets(top: 8, left: 44, bottom: 8, right: 16) - private let operatorImageInsets = UIEdgeInsets(top: 0, left: 8, bottom: 16, right: 0) + private let operatorImageInsets = UIEdgeInsets(top: 0, left: 8, bottom: 8, right: 0) private let environment: Environment private lazy var operatorImageView = UserImageView(