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

Commit 746a2ca9 authored by Justin Ho's avatar Justin Ho Committed by Android Git Automerger
Browse files

am 11d536b3: am ceb80679: Merge "make the boot animation 32-bits to avoid banding" into jb-dev

* commit '11d536b3':
  make the boot animation 32-bits to avoid banding
parents 16e71279 11d536b3
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;
    }