Skip to content

Commit

Permalink
add todo about icon
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Jul 26, 2019
1 parent e70ca47 commit 96d0684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import de.westnordost.streetcomplete.quests.railway_crossing.AddRailwayCrossingB

class AddAddressStreet(private val overpassMapDataDao: OverpassMapDataDao) : OsmElementQuestType<AddressStreetAnswer> {
override val commitMessage = "Add address"
override val icon = R.drawable.ic_quest_label
override val icon = R.drawable.ic_quest_label //needs better icon TODO

override fun getTitle(tags: Map<String, String>) = R.string.quest_address_street_title

Expand Down

0 comments on commit 96d0684

Please sign in to comment.