From 67ebb45153aa2692d6ed63d2a3d5f95429448827 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Thu, 13 Jan 2022 23:26:26 +0100 Subject: [PATCH] Update: Change latest (first) source to Updated --- .../kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt b/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt index a0cd8ac6..9cc6c4f4 100644 --- a/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt +++ b/src/main/kotlin/com/looker/droidify/ui/fragments/LatestFragment.kt @@ -35,7 +35,7 @@ class LatestFragment : MainNavFragmentX() { private var newFastAdapter: FastAdapter? = null // TODO replace the source with one that get a certain amount of updated apps - override val source = Source.AVAILABLE + override val source = Source.UPDATED private var repositories: Map = mapOf()