fix build
This commit is contained in:
parent
b9338a201b
commit
338558c9be
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin implements MonitoringIn
|
|||
setText(txt, subtxt);
|
||||
setImageDrawable(d);
|
||||
//if ((last != lastUpdateTime) && globalRecord) {
|
||||
if ((last != lastUpdateTime) && (globalRecord || isRecording) {
|
||||
if ((last != lastUpdateTime) && (globalRecord || isRecording)) {
|
||||
lastUpdateTime = last;
|
||||
//blink();
|
||||
//test blink wuith 2 indicator states
|
||||
|
|
Loading…
Reference in a new issue