missing file
This commit is contained in:
parent
ad7ac19d79
commit
a2c805b700
@ -56,6 +56,7 @@ struct BookmarksView: View {
|
|||||||
)
|
)
|
||||||
) { bookmarkId in
|
) { bookmarkId in
|
||||||
BookmarkDetailView(bookmarkId: bookmarkId)
|
BookmarkDetailView(bookmarkId: bookmarkId)
|
||||||
|
.toolbar(.hidden, for: .tabBar)
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $showingAddBookmark) {
|
.sheet(isPresented: $showingAddBookmark) {
|
||||||
AddBookmarkView(prefilledURL: shareURL, prefilledTitle: shareTitle)
|
AddBookmarkView(prefilledURL: shareURL, prefilledTitle: shareTitle)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user