do not force black background

This commit is contained in:
Adrian Ulrich 2015-03-29 15:44:16 +02:00
parent 433a782d8b
commit 04261bf3b1

View File

@ -211,8 +211,6 @@ public final class CoverView extends View implements Handler.Callback {
int x = 0;
int scrollX = mScrollX;
canvas.drawColor(Color.BLACK);
for (Bitmap bitmap : mActiveBitmaps) {
if (bitmap != null && scrollX + width > x && scrollX < x + width) {
int xOffset = (width - bitmap.getWidth()) / 2;