Skip to content

Commit

Permalink
Revert safeArea for webview
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Sep 21, 2024
1 parent f245437 commit 84759a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/CompactViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private struct Content: View {
var body: some View {
Group {
if browser.url == nil {
Welcome(showLibrary: showLibrary).ignoresSafeArea()
Welcome(showLibrary: showLibrary)
} else {
WebView().ignoresSafeArea()
}
Expand Down

0 comments on commit 84759a2

Please sign in to comment.