Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceb80679 authored by Justin Ho's avatar Justin Ho Committed by Android (Google) Code Review
Browse files

Merge "make the boot animation 32-bits to avoid banding" into jb-dev

parents dcf33b73 60691ce1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ status_t BootAnimation::initTexture(void* buffer, size_t len)
    codec->setDitherImage(false);
    if (codec) {
        codec->decode(&stream, &bitmap,
                SkBitmap::kRGB_565_Config,
                SkBitmap::kARGB_8888_Config,
                SkImageDecoder::kDecodePixels_Mode);
        delete codec;
    }