Loading packages/PrintSpooler/src/com/android/printspooler/model/PageContentRepository.java +3 −1 Original line number Diff line number Diff line Loading @@ -486,7 +486,9 @@ public final class PageContentRepository { protected Void doInBackground(Void... params) { synchronized (mLock) { try { if (mRenderer != null) { mRenderer.closeDocument(); } } catch (RemoteException re) { /* ignore */ } Loading packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,10 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat requestCreatePdfFileOrFinish(); } break; case STATE_PRINT_CANCELED: { updateOptionsUi(); } break; default: { updatePrintPreviewController(document.changed); Loading Loading
packages/PrintSpooler/src/com/android/printspooler/model/PageContentRepository.java +3 −1 Original line number Diff line number Diff line Loading @@ -486,7 +486,9 @@ public final class PageContentRepository { protected Void doInBackground(Void... params) { synchronized (mLock) { try { if (mRenderer != null) { mRenderer.closeDocument(); } } catch (RemoteException re) { /* ignore */ } Loading
packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +4 −0 Original line number Diff line number Diff line Loading @@ -487,6 +487,10 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat requestCreatePdfFileOrFinish(); } break; case STATE_PRINT_CANCELED: { updateOptionsUi(); } break; default: { updatePrintPreviewController(document.changed); Loading