Skip to content

Commit 04aa863

Browse files
committed
modify applyAnswerTo function
1 parent 5fe2b81 commit 04aa863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
3232
override fun createForm() = YesNoQuestAnswerFragment()
3333

3434
override fun applyAnswerTo(answer: Boolean, tags: Tags, timestampEdited: Long) {
35-
tags["covered"] = answer.toYesNo()
35+
tags["indoor"] = answer.toYesNo()
3636
}
3737
}

0 commit comments

Comments
 (0)