Skip to content

Commit

Permalink
remove ability to delete AED directly
Browse files Browse the repository at this point in the history
as it is relatively likely that user may think it does not exist but they missed it
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 1d648e5 commit a9fd3ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
override val changesetComment = "Add whether defibrillator is inside building"
override val wikiLink = "Key:indoor"
override val icon = R.drawable.ic_quest_defibrillator
override val isDeleteElementEnabled = true
override val questTypeAchievements = listOf(LIFESAVER)

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

0 comments on commit a9fd3ef

Please sign in to comment.