diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-26 19:12:55 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-26 19:12:55 +0200 |
| commit | 37753c4606c1a907647029dbb39b149da9182051 (patch) | |
| tree | d2178144928852c893ecc64f163592180e91f869 /main/src/cgeo/geocaching/cgCache.java | |
| parent | e78725d8715064c5dbc4e48a86384a83fd57a8d7 (diff) | |
| download | cgeo-37753c4606c1a907647029dbb39b149da9182051.zip cgeo-37753c4606c1a907647029dbb39b149da9182051.tar.gz cgeo-37753c4606c1a907647029dbb39b149da9182051.tar.bz2 | |
Unify intent handling for spoilers and log images
Diffstat (limited to 'main/src/cgeo/geocaching/cgCache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index f44585b..8bea2e3 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -76,7 +76,7 @@ public class cgCache implements ICache { public boolean onWatchlist = false; public List<String> attributes = null; public List<cgWaypoint> waypoints = null; - public List<cgImage> spoilers = null; + public ArrayList<cgImage> spoilers = null; public List<cgLog> logs = null; public List<cgTrackable> inventory = null; public Map<Integer, Integer> logCounts = new HashMap<Integer, Integer>(); |
