Update: Change latest (first) source to Updated

This commit is contained in:
machiav3lli 2022-01-13 23:26:26 +01:00
parent fee60a3641
commit 67ebb45153

View File

@ -35,7 +35,7 @@ class LatestFragment : MainNavFragmentX() {
private var newFastAdapter: FastAdapter<HAppItem>? = null private var newFastAdapter: FastAdapter<HAppItem>? = null
// TODO replace the source with one that get a certain amount of updated apps // 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<Long, Repository> = mapOf() private var repositories: Map<Long, Repository> = mapOf()