Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis committed Aug 28, 2024
1 parent 8499dc0 commit e5ffe87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import de.westnordost.streetcomplete.R
import de.westnordost.streetcomplete.quests.AImageListQuestForm
import de.westnordost.streetcomplete.quests.AnswerItem

class AddTreeLeafTypeForm : AImageListQuestForm<TreeLeafType, TreeLeafType>() {
class AddTreeLeafTypeForm :
AImageListQuestForm<TreeLeafType, TreeLeafTypeAnswer>() {

override val items = TreeLeafType.entries.map { it.asItem() }
override val itemsPerRow = 2
Expand Down

0 comments on commit e5ffe87

Please sign in to comment.