Skip to content

Commit

Permalink
mnalis: try to make "residential" appear in recent list
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Nov 3, 2022
1 parent 7dc68b1 commit 19ff48f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ abstract class AGroupedImageListQuestForm<I, T> : AbstractOsmQuestForm<T>() {
})
checkIsFormComplete()

imageSelector.items = getInitialItems() + allItems
// try to make "residential" appear in recent list, see https://github.com/streetcomplete/StreetComplete/issues/3600#issuecomment-1294194108
imageSelector.items = getInitialItems().map { Item2(it.value, it.image, it.title, it.description) } + allItems

binding.list.adapter = imageSelector
}
Expand Down

0 comments on commit 19ff48f

Please sign in to comment.