summaryrefslogtreecommitdiffstats
path: root/framesequence
diff options
context:
space:
mode:
Diffstat (limited to 'framesequence')
-rw-r--r--framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
index af84a60..2328975 100644
--- a/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
+++ b/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/AnimatedGifTest.java
@@ -110,7 +110,7 @@ public class AnimatedGifTest extends Activity {
super.onPause();
ImageView imageView = (ImageView) findViewById(R.id.imageview);
- mDrawable.recycle();
+ mDrawable.destroy();
if (!mProvider.isEmpty()) throw new IllegalStateException("All bitmaps not recycled");
mDrawable = null;