diff options
Diffstat (limited to 'src/cgeo/geocaching/cgCacheListAdapter.java')
| -rw-r--r-- | src/cgeo/geocaching/cgCacheListAdapter.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgeo/geocaching/cgCacheListAdapter.java b/src/cgeo/geocaching/cgCacheListAdapter.java index ac91372..64bf3ea 100644 --- a/src/cgeo/geocaching/cgCacheListAdapter.java +++ b/src/cgeo/geocaching/cgCacheListAdapter.java @@ -324,6 +324,10 @@ public class cgCacheListAdapter extends ArrayAdapter<cgCache> { } } + /** + * clear all check marks + * @return + */ public boolean resetChecks() { if (list.isEmpty()) { return false; |
