mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Creates a BubbleReactionsViewModelBuilder.
This commit is contained in:
@@ -94,4 +94,14 @@ import Foundation
|
||||
|
||||
self.viewDelegate?.bubbleReactionsViewModel(self, didUpdateViewState: .loaded(reactionsViewData: reactionsViewData, showAllButtonState: showAllButtonState))
|
||||
}
|
||||
|
||||
// MARK: - Hashable
|
||||
|
||||
override var hash: Int {
|
||||
var hasher = Hasher()
|
||||
hasher.combine(self.aggregatedReactions)
|
||||
hasher.combine(self.eventId)
|
||||
hasher.combine(self.showAll)
|
||||
return hasher.finalize()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user