Pattern wallpaper improvements and bug fixes

This commit is contained in:
Ilya Laktyushin
2019-01-27 16:41:20 +03:00
parent 42cc137468
commit dfd335741b
28 changed files with 3440 additions and 2976 deletions

View File

@@ -13,7 +13,7 @@ final class ThemeGridSelectionPanelNode: ASDisplayNode {
private var theme: PresentationTheme
var selectedIndices = Set<Int>() {
var selectedIndices = Set<Int64>() {
didSet {
if oldValue != self.selectedIndices {
self.deleteButton.isEnabled = !self.selectedIndices.isEmpty