mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Merge branch 'experimental-2'
This commit is contained in:
@@ -24,7 +24,7 @@ final class MutablePreferencesView: MutablePostboxView {
|
||||
let currentValue = self.values[key]
|
||||
var updatedValue = false
|
||||
if let value = value, let currentValue = currentValue {
|
||||
if !value.isEqual(to: currentValue) {
|
||||
if value != currentValue {
|
||||
updatedValue = true
|
||||
}
|
||||
} else if (value != nil) != (currentValue != nil) {
|
||||
|
||||
Reference in New Issue
Block a user