--- android/Side9/src/dk/thoerup/side9/ImageAdapter.java 2011/01/06 20:07:26 1211 +++ android/Side9/src/dk/thoerup/side9/ImageAdapter.java 2011/01/07 07:15:42 1212 @@ -36,6 +36,7 @@ + int thumbSize; public ImageAdapter(Context c) { @@ -107,6 +108,10 @@ thumbSize = getSize(); } + public void cleanUp() { + mImages.clear(); + } + public void orderByPath() { Collections.sort(mImages, new ImageEntry.PathComparator()); this.notifyDataSetChanged();