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

Commit 4bd0b326 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Fix QR code preview bitmap

parent 3965b7e2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,7 @@ public class Preview implements SurfaceHolder.Callback, TextureView.SurfaceTextu

        boolean previewBitmapWasEnabled = isPreviewBitmapEnabled();
        if (!previewBitmapWasEnabled) {
            enablePreviewBitmap(false, true);
            enablePreviewBitmap(true, false);
        }

        TextureView textureView = (TextureView) this.cameraSurface;