mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix unsatisfiable constraints messages.
This commit is contained in:
@@ -73,6 +73,7 @@ class URLPreviewView: UIView, NibLoadable, Themable {
|
||||
static func instantiate() -> Self {
|
||||
let view = Self.loadFromNib()
|
||||
view.update(theme: ThemeService.shared().theme)
|
||||
view.translatesAutoresizingMaskIntoConstraints = false // fixes unsatisfiable constraints encountered by the sizing view
|
||||
|
||||
return view
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user