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

Commit f818028e authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Cherry-pick:Update Gallery due to API change." into gb-ub-photos-carlsbad

parents a085f59b 86da8be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class PrintJob {
                        PrintDocumentInfo info = new PrintDocumentInfo.Builder(jobName)
                                .setContentType(PrintDocumentInfo.CONTENT_TYPE_PHOTO)
                                .setPageCount(1)
                                .create();
                                .build();

                        layoutResultCallback.onLayoutFinished(info, false);
                    }