From 93fad4da9760e54f454927e0a8e65af823266fa0 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 18 Sep 2024 21:16:33 +0530 Subject: [PATCH] Showing the progress below the online library downloading status text. --- .../nav/destination/library/OnlineLibraryFragment.kt | 2 +- core/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt index 47592ffff..59c4d4981 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt @@ -193,8 +193,8 @@ class OnlineLibraryFragment : BaseFragment(), FragmentActivityExtensions { viewLifecycleOwner ) { if (it && !NetworkUtils.isWiFi(requireContext())) { - hideProgressBarOfFetchingOnlineLibrary() showInternetAccessViaMobileNetworkDialog() + hideProgressBarOfFetchingOnlineLibrary() } } zimManageViewModel.downloadProgress.observe(viewLifecycleOwner, ::onLibraryStatusChanged) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 5a8ee04b6..71612bcc6 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -351,7 +351,7 @@ Reaching remote library Parsing remote library Starting download of the online library - Downloading library %s + Downloading library \n%s @string/on @string/off