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

Commit 86da8be6 authored by Svetoslav's avatar Svetoslav
Browse files

DO NOT MERGE Cherry-pick:Update Gallery due to API change.

Change-Id: Iebb5c774a05581ba3c3b29d695ee7d5fa37576b8
parent bc7e9fff
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);
                    }