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

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

Merge "Update \'more options\' button when changing the printer." into nyc-dev am: 6beb8b8d

am: b0fe42a9

* commit 'b0fe42a9':
  Update 'more options' button when changing the printer.
parents 80a19205 b0fe42a9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2634,6 +2634,10 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
                }

                mPrinterAvailabilityDetector.updatePrinter(currentPrinter);

                // Force a reload of the enabled print services to update
                // mAdvancedPrintOptionsActivity in onLoadFinished();
                getLoaderManager().getLoader(LOADER_ID_ENABLED_PRINT_SERVICES).forceLoad();
            } else if (spinner == mMediaSizeSpinner) {
                SpinnerItem<MediaSize> mediaItem = mMediaSizeSpinnerAdapter.getItem(position);
                PrintAttributes attributes = mPrintJob.getAttributes();