File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,11 +331,10 @@ class OpenHABWebViewController: OpenHABViewController {
331331 }
332332 webView. translatesAutoresizingMaskIntoConstraints = false
333333 NSLayoutConstraint . activate ( [
334- webView. topAnchor. constraint ( equalTo: view. safeAreaLayoutGuide. topAnchor) ,
335- // Render under the bottom system area (dock/home indicator)
334+ webView. topAnchor. constraint ( equalTo: view. topAnchor) ,
336335 webView. bottomAnchor. constraint ( equalTo: view. bottomAnchor) ,
337- webView. leadingAnchor. constraint ( equalTo: view. safeAreaLayoutGuide . leadingAnchor) ,
338- webView. trailingAnchor. constraint ( equalTo: view. safeAreaLayoutGuide . trailingAnchor)
336+ webView. leadingAnchor. constraint ( equalTo: view. leadingAnchor) ,
337+ webView. trailingAnchor. constraint ( equalTo: view. trailingAnchor)
339338 ] )
340339 view. setNeedsLayout ( )
341340 view. layoutIfNeeded ( )
You can’t perform that action at this time.
0 commit comments