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

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

Merge "Fix the build" into klp-dev

parents c7c4d6dd 55daead3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -626,7 +626,7 @@ public class PrintJobConfigActivity extends Activity {
                    SpinnerItem<PrinterInfo> dstItem = mDestinationSpinnerAdapter.getItem(position);
                    if (dstItem != null) {
                        PrinterInfo printer = dstItem.value;
                        mSpooler.setPrintJobPrinterNoPersistence(mPrintJobId, printer.getId());
                        mSpooler.setPrintJobPrinterNoPersistence(mPrintJobId, printer);
                        PrinterCapabilitiesInfo capabilities = printer.getCapabilities();
                        if (capabilities == null) {
                            List<PrinterId> printerIds = new ArrayList<PrinterId>();