forked from organicmaps/organicmaps
Fix for show/hide all button animation
This commit is contained in:
parent
c4abf7b2fd
commit
358471a06c
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ final class BMCCategoriesHeader: UIView {
|
|||
let title = L(isShowAll ? "bookmarks_groups_show_all" : "bookmarks_groups_hide_all")
|
||||
UIView.performWithoutAnimation {
|
||||
button.setTitle(title, for: .normal)
|
||||
button.layoutIfNeeded()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue