Loading app/src/main/java/foundation/e/apps/applicationlist/ApplicationListFragment.kt +7 −1 Original line number Diff line number Diff line Loading @@ -295,7 +295,13 @@ class ApplicationListFragment : TimeoutFragment(R.layout.fragment_application_li updateProgressOfDownloadingItems(binding.recyclerView, it) } return false /* * This method is guaranteed to run only for open source apps. If there is timeout * from cleanapk, it will be handled by this fragment itself in onTimeout(). * In normal case, we can assume that the apps details will be fetched from cleanapk, * hence we don't need to try fetching from GPlay (it is open source category any way.) */ return true } private fun showLoadingUI() { Loading Loading
app/src/main/java/foundation/e/apps/applicationlist/ApplicationListFragment.kt +7 −1 Original line number Diff line number Diff line Loading @@ -295,7 +295,13 @@ class ApplicationListFragment : TimeoutFragment(R.layout.fragment_application_li updateProgressOfDownloadingItems(binding.recyclerView, it) } return false /* * This method is guaranteed to run only for open source apps. If there is timeout * from cleanapk, it will be handled by this fragment itself in onTimeout(). * In normal case, we can assume that the apps details will be fetched from cleanapk, * hence we don't need to try fetching from GPlay (it is open source category any way.) */ return true } private fun showLoadingUI() { Loading