Update 'more options' button when changing the printer.
Change-Id: I1bf71629027c18e297426e26db2923c447e47734
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user