mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
this solution looks promising
This commit is contained in:
@@ -111,6 +111,12 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
|
||||
.removeDuplicates()
|
||||
.sink { [weak hostingViewController] _ in
|
||||
hostingViewController?.view.setNeedsLayout()
|
||||
},
|
||||
|
||||
wysiwygViewModel.$maximised
|
||||
.removeDuplicates()
|
||||
.sink { [weak self] value in
|
||||
self?.toolbarViewDelegate?.didChangeMaximisedState(value)
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user