Making the boat sparkline initialise after the race screen is shown.

#story[952]
This commit is contained in:
Kusal Ekanayake
2017-05-21 14:56:05 +12:00
parent 48d58ea660
commit 8e147bd1bd
3 changed files with 11 additions and 4 deletions
@@ -522,4 +522,11 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
Stage getStage() {
return stage;
}
public static boolean sparkLineStatus(Integer yachtId) {
if (sparklineData.containsKey(yachtId)){
return true;
}
return false;
}
}