Loading packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -595,7 +595,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat } }); } else if (resultCode == RESULT_CANCELED) { setState(STATE_CONFIGURING); mState = STATE_CONFIGURING; updateOptionsUi(); } else { setState(STATE_CREATE_FILE_FAILED); Loading Loading @@ -2335,7 +2335,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat mContext.unbindService(PageShredder.this); mCallback.run(); } }.executeOnExecutor(AsyncTask.SERIAL_EXECUTOR); }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); } @Override Loading Loading
packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +2 −2 Original line number Diff line number Diff line Loading @@ -595,7 +595,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat } }); } else if (resultCode == RESULT_CANCELED) { setState(STATE_CONFIGURING); mState = STATE_CONFIGURING; updateOptionsUi(); } else { setState(STATE_CREATE_FILE_FAILED); Loading Loading @@ -2335,7 +2335,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat mContext.unbindService(PageShredder.this); mCallback.run(); } }.executeOnExecutor(AsyncTask.SERIAL_EXECUTOR); }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR); } @Override Loading