We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fc35c commit cf68444Copy full SHA for cf68444
app/src/main/java/joshuatee/wx/util/DownloadText.kt
@@ -54,7 +54,7 @@ object DownloadText {
54
prod == "VFDLOC" -> text = byProduct(context, "vfd" + Location.wfo.lowercase(Locale.US))
55
//elys mod
56
prod == "SUNMOON" -> text = UtilityTimeSunMoon.getData(latLon)
57
- prod == "HOURLY" -> text = UtilityUSHourly.get(Location.currentLocation)[0]
+ prod == "HOURLY" -> text = UtilityHourly.get(Location.currentLocation)[0]
58
prod == "QPF94E" -> {
59
val textUrl = "https://www.wpc.ncep.noaa.gov/qpf/ero.php?opt=curr&day=" + "1"
60
val html = textUrl.getHtmlWithNewLine()
0 commit comments