Various fixes

This commit is contained in:
Ilya Laktyushin
2024-07-15 16:40:29 +04:00
parent 1466cd82fe
commit 3b5fc9afb3
5 changed files with 26 additions and 8 deletions

View File

@@ -369,7 +369,7 @@ final class ReferenceButtonComponent: Component {
final class View: HighlightTrackingButton, ComponentTaggedView {
private let sourceView: ContextControllerSourceView
let referenceNode: ContextReferenceContentNode
private let componentView: ComponentView<Empty>
let componentView: ComponentView<Empty>
private var component: ReferenceButtonComponent?