Skip to content

Commit b4f01ee

Browse files
committed
add to QuestsModule
now it will be listed among quests in for example settings
1 parent 9c65d00 commit b4f01ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/de/westnordost/streetcomplete/quests/QuestsModule.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ import de.westnordost.streetcomplete.quests.crossing.AddCrossing
4444
import de.westnordost.streetcomplete.quests.crossing_island.AddCrossingIsland
4545
import de.westnordost.streetcomplete.quests.crossing_type.AddCrossingType
4646
import de.westnordost.streetcomplete.quests.cycleway.AddCycleway
47+
import de.westnordost.streetcomplete.quests.defibrillator.AddIsDefibrillatorIndoor
4748
import de.westnordost.streetcomplete.quests.diet_type.AddHalal
4849
import de.westnordost.streetcomplete.quests.diet_type.AddKosher
4950
import de.westnordost.streetcomplete.quests.diet_type.AddVegan
@@ -371,6 +372,8 @@ whether the postbox is still there in countries in which it is enabled */
371372

372373
AddWheelchairAccessPublicTransport(), // need to look out for lifts etc, maybe even enter the station
373374

375+
AddIsDefibrillatorIndoor(), // need to go inside in case it is inside (or gone)
376+
374377
// toilets
375378
AddToiletAvailability(), // OSM Carto, shown in OsmAnd descriptions
376379
AddToiletsFee(), // used by OsmAnd in the object description

0 commit comments

Comments
 (0)