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

Commit 440f4dfa authored by Andy McFadden's avatar Andy McFadden Committed by Android (Google) Code Review
Browse files

Merge "Fix pixel test" into klp-dev

parents bec23ea9 5d2cace4
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ public class PixelFormat
            case RGB_565:
            case RGBA_5551:
            case RGBA_4444:
            case LA_88:
                info.bitsPerPixel = 16;
                info.bytesPerPixel = 2;
                break;