creating the coordinator for the link action view

This commit is contained in:
Mauro Romito
2022-12-07 18:17:28 +01:00
parent 9797a61384
commit 6882f507a7
9 changed files with 116 additions and 3 deletions
@@ -84,6 +84,8 @@ final class ComposerViewModel: ComposerViewModelType, ComposerViewModelProtocol
callback?(.cancel)
case let .contentDidChange(isEmpty):
callback?(.contentDidChange(isEmpty: isEmpty))
case let .linkTapped(linkAction):
callback?(.linkTapped(LinkAction: linkAction))
}
}