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

Commit f1e9d52f authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Always call back when printer changes" into rvc-dev

parents 3d6a1cfb 5020f797
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -231,11 +231,6 @@ public final class FusedPrintersProvider extends Loader<List<PrinterInfo>>
        // Add the new printers, i.e. what is left.
        printers.addAll(discoveredPrinters.values());

        // Do nothing if the printer list is not changed.
        if (Objects.equals(mPrinters, printers)) {
            return;
        }

        // Update the list of printers.
        mPrinters.clear();
        mPrinters.addAll(printers);