summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/data/SingleItemAlbum.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/data/SingleItemAlbum.java')
-rw-r--r--src/com/android/gallery3d/data/SingleItemAlbum.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/com/android/gallery3d/data/SingleItemAlbum.java b/src/com/android/gallery3d/data/SingleItemAlbum.java
index a404fa770..a0093e0c3 100644
--- a/src/com/android/gallery3d/data/SingleItemAlbum.java
+++ b/src/com/android/gallery3d/data/SingleItemAlbum.java
@@ -62,12 +62,7 @@ public class SingleItemAlbum extends MediaSet {
}
@Override
- protected boolean isDirtyLocked() {
- return false;
+ public long reload() {
+ return mDataVersion;
}
-
- @Override
- protected void load() throws InterruptedException {
- }
-
}