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

Commit 1cf0fa14 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

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

am: 5849f201

* commit '5849f201':
  If we finish before the the remotePrintedDocument is initialized
parents 5224271f 5849f201
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;
        }