mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add a to-do for a bad code
This commit is contained in:
@@ -92,6 +92,7 @@ class ThreadRoomTitleView: RoomTitleView {
|
||||
override func didMoveToSuperview() {
|
||||
super.didMoveToSuperview()
|
||||
|
||||
// TODO: Find a way to handle this properly
|
||||
if let superview = superview?.superview {
|
||||
NSLayoutConstraint.activate([
|
||||
self.leadingAnchor.constraint(equalTo: superview.leadingAnchor),
|
||||
|
||||
Reference in New Issue
Block a user