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

Commit 688a994f authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Print UI stuck when backing out of documents UI." into lmp-dev

parents 07ecc748 b75632c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
@@ -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