mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Reduce the number of unnecessary home page reloads
This commit is contained in:
@@ -75,4 +75,11 @@ import Foundation
|
||||
}
|
||||
return item.key
|
||||
}
|
||||
|
||||
override func isEqual(_ object: Any?) -> Bool {
|
||||
guard let other = object as? RecentsDataSourceSections else {
|
||||
return false
|
||||
}
|
||||
return sections == other.sections
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user