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

Commit ba245f98 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Update 'more options' button when changing the printer.

Change-Id: I1bf71629027c18e297426e26db2923c447e47734
parent 02a465ac
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();