Fix deselction of all gpx

This commit is contained in:
Victor Shcherb 2014-06-13 00:25:18 +02:00
parent fb9e1b61cc
commit ba5495ee09

View file

@ -39,6 +39,7 @@ public class GpxSelectionHelper {
public void clearAllGpxFileToShow() {
selectedGPXFiles.clear();
saveCurrentSelections();
}
public boolean isShowingAnyGpxFiles() {