fullscreen mode with navigation controller superview

This commit is contained in:
Mauro Romito
2022-11-08 14:56:12 +01:00
parent 90b4433a0e
commit 3cd2cb72ba
5 changed files with 7 additions and 4 deletions

View File

@@ -246,7 +246,7 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
addSubview(voiceMessageToolbarView)
NSLayoutConstraint.activate(
[
self.topAnchor.constraint(equalTo: voiceMessageToolbarView.topAnchor),
self.safeAreaLayoutGuide.topAnchor.constraint(equalTo: voiceMessageToolbarView.topAnchor),
self.safeAreaLayoutGuide.leftAnchor.constraint(equalTo: voiceMessageToolbarView.leftAnchor),
self.safeAreaLayoutGuide.bottomAnchor.constraint(equalTo: voiceMessageToolbarView.bottomAnchor, constant: 4),
self.safeAreaLayoutGuide.rightAnchor.constraint(equalTo: voiceMessageToolbarView.rightAnchor)