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

Commit 5849f201 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "If we finish before the the remotePrintedDocument is initialized" into nyc-dev

parents bb09b7bf 32e0755a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2029,7 +2029,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
    }

    private void doFinish() {
        if (mPrintedDocument.isUpdating()) {
        if (mPrintedDocument != null && mPrintedDocument.isUpdating()) {
            // The printedDocument will call doFinish() when the current command finishes
            return;
        }