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

Commit 32f902fa authored by Han Xu's avatar Han Xu Committed by Automerger Merge Worker
Browse files

Merge "Fix wifi QR decorator not rendering" into udc-dev am: f8f3ecfb

parents 994d8b2a f8f3ecfb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -95,9 +95,6 @@ public class QrDecorateView extends View {
    protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
        super.onLayout(changed, left, top, right, bottom);

        if (!isLaidOut()) {
            return;
        }
        if (mMaskBitmap == null) {
            mMaskBitmap = Bitmap.createBitmap(getWidth(), getHeight(), Bitmap.Config.ARGB_8888);
            mMaskCanvas = new Canvas(mMaskBitmap);