Skip to content

Commit

Permalink
IOS-2583 Fix templates arrow on the start
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-pusya committed Apr 3, 2024
1 parent 9a90df6 commit 6781309
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ private extension EditorNavigationBarTitleView {
arrowImageView.contentMode = .center
arrowImageView.tintColor = .Text.primary
arrowImageView.image = UIImage(asset: .X18.listArrow)
arrowImageView.isHidden = true

setupLayout()
}
Expand Down

0 comments on commit 6781309

Please sign in to comment.