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()