diff --git a/src/MapAct.scala b/src/MapAct.scala index 8db7574..9dae97f 100644 --- a/src/MapAct.scala +++ b/src/MapAct.scala @@ -53,6 +53,8 @@ class MapAct extends MapActivity with UIHelper { // only make it default if not tracking if (targetcall == "") makeLaunchActivity("map") + else + setTitle(getString(R.string.app_map) + ": " + targetcall) setKeepScreenOn() setVolumeControls() }