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

Commit bacc0007 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Automerger Merge Worker
Browse files

Merge "Always call back when printer changes" into rvc-dev am: f1e9d52f am:...

Merge "Always call back when printer changes" into rvc-dev am: f1e9d52f am: 863d916e am: aa597aee am: 2804b8d1

Change-Id: I7f8c12cb4dead4a96c07c1249f50c0ef7ac351de
parents a3f19d36 2804b8d1
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);