Merge "Update 'more options' button when changing the printer." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6beb8b8d08
@@ -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