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

Commit 324738e7 authored by Andy McFadden's avatar Andy McFadden Committed by Android Git Automerger
Browse files

am 440f4dfa: Merge "Fix pixel test" into klp-dev

* commit '440f4dfa':
  Fix pixel test
parents 22902f54 440f4dfa
Loading
Loading
Loading
Loading
+10 −9
Original line number Original line Diff line number Diff line
@@ -95,6 +95,7 @@ public class PixelFormat
            case RGB_565:
            case RGB_565:
            case RGBA_5551:
            case RGBA_5551:
            case RGBA_4444:
            case RGBA_4444:
            case LA_88:
                info.bitsPerPixel = 16;
                info.bitsPerPixel = 16;
                info.bytesPerPixel = 2;
                info.bytesPerPixel = 2;
                break;
                break;