mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 19:08:38 +00:00
feat(ios): refresh home canvas toolbar
This commit is contained in:
committed by
Nimrod Gutman
parent
67746a12de
commit
6bcf89b09b
@@ -7,7 +7,7 @@ struct ScreenTab: View {
|
||||
var body: some View {
|
||||
ZStack(alignment: .top) {
|
||||
ScreenWebView(controller: self.appModel.screen)
|
||||
.ignoresSafeArea()
|
||||
.ignoresSafeArea(.container, edges: [.top, .leading, .trailing])
|
||||
.overlay(alignment: .top) {
|
||||
if let errorText = self.appModel.screen.errorText,
|
||||
self.appModel.gatewayServerName == nil
|
||||
|
||||
Reference in New Issue
Block a user