legacy sendMode code separation to have RiotSwiftUI be able to build.

This commit is contained in:
Mauro Romito
2022-10-12 15:14:41 +02:00
parent fe5669690b
commit 1571afd621
6 changed files with 33 additions and 6 deletions
@@ -27,7 +27,7 @@ class ComposerViewModel: ComposerViewModelType, ComposerViewModelProtocol {
// MARK: Public
var callback: ((ComposerViewModelResult) -> Void)?
var sendMode: RoomInputToolbarViewSendMode {
var sendMode: ComposerSendMode {
get {
state.sendMode
}