From 10011c4c216a261fda8f7ba5339ab7600b8b8745 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Tue, 25 Jun 2024 15:19:26 +0200 Subject: [PATCH] mark download requests as finished --- app/lib/features/web_view/presentation/widgets/web_view.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/lib/features/web_view/presentation/widgets/web_view.dart b/app/lib/features/web_view/presentation/widgets/web_view.dart index 3815d6ab..53acc867 100644 --- a/app/lib/features/web_view/presentation/widgets/web_view.dart +++ b/app/lib/features/web_view/presentation/widgets/web_view.dart @@ -426,6 +426,8 @@ class _WebViewState extends ConsumerState { ); } } + + webViewProgress.value = 100; }, ), Positioned(