mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-23 03:32:13 -04:00
Revert safeArea for webview
This commit is contained in:
parent
7d753b8a33
commit
f2555faad4
@ -231,7 +231,7 @@ private struct Content: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
Group {
|
Group {
|
||||||
if browser.url == nil {
|
if browser.url == nil {
|
||||||
Welcome(showLibrary: showLibrary).ignoresSafeArea()
|
Welcome(showLibrary: showLibrary)
|
||||||
} else {
|
} else {
|
||||||
WebView().ignoresSafeArea()
|
WebView().ignoresSafeArea()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user