Changed navigation

This commit is contained in:
Juan Gilsanz Polo
2024-02-29 01:45:26 +01:00
parent 3506832f99
commit a8d459ed11
6 changed files with 44 additions and 38 deletions

View File

@@ -40,9 +40,7 @@ class SearchBookmarksModal extends ConsumerWidget {
if (ref.watch(searchBookmarksProvider).selectedBookmark != null)
Expanded(
flex: 3,
child: WebViewScreen(
bookmark: ref.watch(searchBookmarksProvider).selectedBookmark!,
),
child: WebViewScreen(bookmark: ref.watch(searchBookmarksProvider).selectedBookmark!),
),
if (ref.watch(searchBookmarksProvider).selectedBookmark == null)
Expanded(