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

Commit 09848031 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am b8160401: Merge "Fix the build" into klp-dev

* commit 'b8160401':
  Fix the build
parents e1c2dfee b8160401
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>();