do not force black background
This commit is contained in:
parent
433a782d8b
commit
04261bf3b1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user