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

Commit aa597aee 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: 863d916e

Change-Id: I79486d628e16439bf8c02873ff73ca143c634408
parents c0bb2f82 863d916e
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);