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

Commit b478f313 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set tracking state properly" into main

parents 4fd71fed bdcd1b47
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -785,6 +785,9 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
                } else {
                    onPrinterUnavailable(printerInfo);
                }
                if (mPrinterRegistry != null) {
                    mPrinterRegistry.setTrackedPrinter(mCurrentPrinter.getId());
                }

                mDestinationSpinnerAdapter.ensurePrinterInVisibleAdapterPosition(printerInfo);