Test item caching

This commit is contained in:
davidoskky committed 2022-09-26 23:11:26 +02:00
1 parent 3f0a3903ae
commit a382fc89ea
3 files changed
+81 -1

No files matched your search

@@ -269,6 +269,7 @@ class ArticleFragment : Fragment(), DIAware {
private fun getContentFromMercury(customTabsIntent: CustomTabsIntent) {
if (repository.isNetworkAvailable()) {
binding.progressBar.visibility = View.VISIBLE
// TODO: The api should be accessed through the repository
val parser = MercuryApi()
parser.parseUrl(url).enqueue(