Skip to content

Commit

Permalink
Setting selectedEmojiCategoryTintColor has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
izyumkin committed Sep 15, 2023
1 parent dc9433f commit 6e1bfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MCEmojiPicker/View/Views/MCEmojiPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ final class MCEmojiPickerView: UIView {
self.emojiCategoryTypes = categoryTypes
super.init(frame: .zero)
setupBackgroundColor()
setupCategoryViews()
setupDelegates()
}

Expand All @@ -127,6 +126,7 @@ final class MCEmojiPickerView: UIView {

override func draw(_ rect: CGRect) {
super.draw(rect)
setupCategoryViews()
setupCollectionViewLayout()
setupCollectionViewBottomInsets()
setupCategoriesControlLayout()
Expand Down

0 comments on commit 6e1bfb6

Please sign in to comment.