Skip to content

Commit 585f124

Browse files
authored
Disable edge to edge for the Webview (#6296)
1 parent cfcdcbf commit 585f124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/kotlin/io/homeassistant/companion/android/webview/WebViewPresenterImpl.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ class WebViewPresenterImpl @Inject constructor(
226226
url = urlWithAuth,
227227
keepHistory = !isNewServer,
228228
openInApp = it.baseIsEqual(baseUrl),
229-
serverHandleInsets = serverManager.getServer(serverId)?.version?.isAtLeast(2025, 12) == true,
229+
// We need the frontend to notify us of the mode to use for the status bar https://github.com/home-assistant/frontend/issues/29125
230+
serverHandleInsets = false,
230231
)
231232
}
232233
}

0 commit comments

Comments
 (0)