color change

This commit is contained in:
Sem van der Hoeven
2021-01-12 16:40:24 +01:00
parent 036278f829
commit 43c3060f1e
2 changed files with 12 additions and 4 deletions

View File

@@ -113,6 +113,10 @@ public enum Data {
this.totalTime = prefs.getLong("timeWalked", 0);
}
public boolean isVisited(Location location) {
return this.visitedNames.contains(location.getName());
}
public android.location.Location getLocation() {
return location;
}