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

Commit 7909ca9f 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: 5227dbf2

Change-Id: I4aae204218def67ed6e4d17ce1c94585649c693d
parents b68f9bc9 5227dbf2
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);