Skip to content

Commit cf68444

Browse files
U-METAL103\103U-METAL103\103
authored andcommitted
updates3
1 parent 12fc35c commit cf68444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/joshuatee/wx/util/DownloadText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ object DownloadText {
5454
prod == "VFDLOC" -> text = byProduct(context, "vfd" + Location.wfo.lowercase(Locale.US))
5555
//elys mod
5656
prod == "SUNMOON" -> text = UtilityTimeSunMoon.getData(latLon)
57-
prod == "HOURLY" -> text = UtilityUSHourly.get(Location.currentLocation)[0]
57+
prod == "HOURLY" -> text = UtilityHourly.get(Location.currentLocation)[0]
5858
prod == "QPF94E" -> {
5959
val textUrl = "https://www.wpc.ncep.noaa.gov/qpf/ero.php?opt=curr&day=" + "1"
6060
val html = textUrl.getHtmlWithNewLine()

0 commit comments

Comments
 (0)