Skip to content

Commit 27bbd08

Browse files
committed
feat: remove HAN alerts (redundant)
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
1 parent 8ad45f6 commit 27bbd08

File tree

2 files changed

+0
-99
lines changed

2 files changed

+0
-99
lines changed

app/src/main/java/com/kylecorry/bell/infrastructure/alerts/AlertUpdater.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import com.kylecorry.bell.infrastructure.alerts.economy.BLSSummaryAlertSource
1111
import com.kylecorry.bell.infrastructure.alerts.economy.FuelPricesAlertSource
1212
import com.kylecorry.bell.infrastructure.alerts.economy.USPSAlertSource
1313
import com.kylecorry.bell.infrastructure.alerts.fire.InciwebWildfireAlertSource
14-
import com.kylecorry.bell.infrastructure.alerts.health.HealthAlertNetworkAlertSource
1514
import com.kylecorry.bell.infrastructure.alerts.health.USOutbreaksAlertSource
1615
import com.kylecorry.bell.infrastructure.alerts.space_weather.SWPCAlertSource
1716
import com.kylecorry.bell.infrastructure.alerts.space_weather.SentryAsteroidAlertSource
@@ -136,7 +135,6 @@ class AlertUpdater private constructor(private val context: Context) {
136135
NationalWeatherServiceAlertSource(context, preferences.state),
137136
if (!vitalOnly) USGSEarthquakeAlertSource(context) else null,
138137
if (!vitalOnly) SWPCAlertSource(context) else null,
139-
if (!vitalOnly) HealthAlertNetworkAlertSource(context) else null,
140138
USGSVolcanoAlertSource(context),
141139
InciwebWildfireAlertSource(context),
142140
NationalTsunamiAlertSource(context),

app/src/main/java/com/kylecorry/bell/infrastructure/alerts/health/HealthAlertNetworkAlertSource.kt

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)