Skip to content

Commit

Permalink
fixup! Fix missing operator image after reusing GvaGalleryListView
Browse files Browse the repository at this point in the history
Fixed operator image bottom padding

MOB-2537
  • Loading branch information
Egor Egorov committed Aug 22, 2023
1 parent 2eb1ee1 commit 2803e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2803e5a

Please sign in to comment.