Skip to content

Commit

Permalink
55922-elys
Browse files Browse the repository at this point in the history
  • Loading branch information
ELY M committed Nov 18, 2024
1 parent 0ccf621 commit ac32e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/joshuatee/wx/objects/Route.kt
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class Route() {
}
//elys mod - for longpress in radar
fun radarMosaicConus(context: Context) {
Route(context, RadarMosaicNwsActivity::class.java, RadarMosaicNwsActivity.URL, arrayOf("CONUS"))
Route(context, RadarMosaicActivity::class.java, RadarMosaicActivity.URL, arrayOf("CONUS"))
}
}
}

0 comments on commit ac32e09

Please sign in to comment.