Signal-iOS/SignalUI/Views/Link Preview
Max Radermacher b0e9af742a Fix missing animation when sending a message
Prior to 6a7d6c0fae, this comparison used
`isEqual:`. However, none of the `LinkPreviewState` concrete
implementations provided `isEqual:` implementations, so it was
equivalent to pointer equality. After that commit, these types no longer
subclassed `NSObject`, so the equality check always failed.
2022-11-09 14:15:21 -08:00
..
GroupLinkPreview.swift Switify some code related to ConversationInputToolbar. 2022-11-07 16:32:59 -08:00
LinkPreviewState.swift Fix missing animation when sending a message 2022-11-09 14:15:21 -08:00
LinkPreviewView.swift Switify some code related to ConversationInputToolbar. 2022-11-07 16:32:59 -08:00