Loading packages/PrintSpooler/src/com/android/printspooler/model/RemotePrintDocument.java +6 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,12 @@ public final class RemotePrintDocument { mState = STATE_CANCELED; notifyUpdateCanceled(); } if (mNextCommand != null) { runPendingCommand(); } else { // The update was not performed, hence the spec is stale mUpdateSpec.reset(); } } } }; Loading Loading
packages/PrintSpooler/src/com/android/printspooler/model/RemotePrintDocument.java +6 −1 Original line number Diff line number Diff line Loading @@ -136,7 +136,12 @@ public final class RemotePrintDocument { mState = STATE_CANCELED; notifyUpdateCanceled(); } if (mNextCommand != null) { runPendingCommand(); } else { // The update was not performed, hence the spec is stale mUpdateSpec.reset(); } } } }; Loading