Map: open station tracker in Google map as well

wire-gradle
Georg Lukas 2020-08-15 13:01:32 +00:00
rodzic f5bc1596c5
commit 6db2eca2a3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ trait UIHelper extends Activity
def trackOnMap(call : String) {
val text = getString(R.string.map_track_call, call)
Toast.makeText(this, text, Toast.LENGTH_SHORT).show()
startActivity(new Intent(this, classOf[MapAct]).setData(Uri.parse(call)))
startActivity(new Intent(this, classOf[GoogleMapAct]).setData(Uri.parse(call)))
}
def openPrefs(toastId : Int, act : Class[_]) {