OSDN Git Service

Remove some more private API usages
[android-x86/packages-apps-Eleven.git] / src / org / lineageos / eleven / cache / PlaylistWorkerTask.java
index 7abedb3..c4bf87e 100644 (file)
@@ -345,7 +345,6 @@ public class PlaylistWorkerTask extends BitmapWorkerTask<Void, Void, TransitionD
                 combinedCanvas.drawBitmap(loadedBitmaps.get(3), null,
                         new Rect(width / 2, height / 2, width, height), null);
 
-                combinedCanvas.release();
                 combinedCanvas = null;
                 bitmap = combinedBitmap;
             }