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

Change-Id: I6ac960d09ff184b7aa34d5bb5bd61834b94983c0
This commit is contained in:
Philip P. Moltmann
2020-05-18 23:19:26 +00:00
committed by Automerger Merge Worker

View File

@@ -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);