Make "log track" toast long to facilitate reading
This commit is contained in:
parent
54ce9ec3cf
commit
d1a470623f
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public class MapActivityLayers {
|
||||||
if (g.showCurrentTrack) {
|
if (g.showCurrentTrack) {
|
||||||
if (!settings.SAVE_TRACK_TO_GPX.get() && !
|
if (!settings.SAVE_TRACK_TO_GPX.get() && !
|
||||||
settings.SAVE_GLOBAL_TRACK_TO_GPX.get()) {
|
settings.SAVE_GLOBAL_TRACK_TO_GPX.get()) {
|
||||||
AccessibleToast.makeText(activity, R.string.gpx_monitoring_disabled_warn, Toast.LENGTH_SHORT).show();
|
AccessibleToast.makeText(activity, R.string.gpx_monitoring_disabled_warn, Toast.LENGTH_LONG).show();
|
||||||
} else {
|
} else {
|
||||||
g.path = getString(R.string.show_current_gpx_title);
|
g.path = getString(R.string.show_current_gpx_title);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue