mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
MESSENGER-5307 fix add room button appearance
This commit is contained in:
@@ -652,6 +652,13 @@ class AllChatsViewController: HomeViewController {
|
||||
self.emptyView?.fill(with: emptyViewArtwork,
|
||||
title: title,
|
||||
informationText: informationText)
|
||||
|
||||
// BWI: #5307
|
||||
if let floatingButton = floatingButton, let emptyView = self.emptyView {
|
||||
if emptyView.superview != nil {
|
||||
view.insertSubview(floatingButton, aboveSubview: self.emptyView)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private var emptyViewArtwork: UIImage {
|
||||
|
||||
Reference in New Issue
Block a user