fix live monitioring string reference error
This commit is contained in:
parent
2f5b76004a
commit
a1da809190
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin implements MonitoringIn
|
||||||
}, -1);
|
}, -1);
|
||||||
|
|
||||||
final boolean liveoff = !view.getSettings().LIVE_MONITORING.get();
|
final boolean liveoff = !view.getSettings().LIVE_MONITORING.get();
|
||||||
qa.registerItem(liveoff ? R.string.monitoring_mode_off : R.string.monitoring_mode_on,
|
qa.registerItem(liveoff ? R.string.live_monitoring_mode_off : R.string.live_monitoring_mode_on,
|
||||||
liveoff ? R.drawable.monitoring_rec_inactive: R.drawable.monitoring_rec_big,
|
liveoff ? R.drawable.monitoring_rec_inactive: R.drawable.monitoring_rec_big,
|
||||||
new OnContextMenuClick() {
|
new OnContextMenuClick() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue