map view: show tracked callsign in title

usb
Georg Lukas 2014-12-27 14:04:26 +01:00
rodzic 763a36305f
commit d561658a53
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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()
}