mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 13:35:09 +00:00
Pattern wallpaper improvements and bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user