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

Commit 4d34f390 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by nicolasroard
Browse files

Cherry-pick of KLP CL

(printing support)

Fixing the build

Change-Id: I48eb47c071b2060dfea430cee968bf99225a8bb1
parent 655afcf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ public class PrintJob {
                                        WriteResultCallback writeResultCallback) {
                        PdfDocument mPdfDocument = PdfDocument.open();
                        PdfDocument.PageInfo pageInfo = new PdfDocument.PageInfo.Builder(
                                mPageRect, 1, (int) mDensity).create();
                                mPageRect, 1).create();
                        PdfDocument.Page page = mPdfDocument.startPage(pageInfo);
                        mPrintMatrix = new Matrix();
                        mPrintMatrix.setRectToRect(