Digital PCT265 story PCT-135: Resovle merge conflicts & updates.
This commit is contained in:
parent
ab8b457772
commit
6421c53f75
@ -130,7 +130,7 @@ open class NavigationItemModel: NavigationItemModelProtocol, MoleculeModelProtoc
|
|||||||
try container.encodeIfPresent(titleOffset, forKey: .titleOffset)
|
try container.encodeIfPresent(titleOffset, forKey: .titleOffset)
|
||||||
}
|
}
|
||||||
|
|
||||||
public func isEqual(to model: any ModelComparisonProtocol) -> Bool {
|
open func isEqual(to model: any ModelComparisonProtocol) -> Bool {
|
||||||
guard let model = model as? Self else { return false }
|
guard let model = model as? Self else { return false }
|
||||||
return backgroundColor == model.backgroundColor
|
return backgroundColor == model.backgroundColor
|
||||||
&& title == model.title
|
&& title == model.title
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user