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

Commit 12cd55f9 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Handle reset of recommended services am: fe789f31 am: bc11f26a

am: 36d68891

Change-Id: I13f55cee79c6117f95c9fe8b268b64c654af90a0
parents 81c837b9 36d68891
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -753,10 +753,12 @@ public class AddPrinterActivity extends ListActivity implements AdapterView.OnIt
        public void updateInstalledServices(List<PrintServiceInfo> services) {
            mInstalledServices.clear();

            if (services != null) {
                final int numServices = services.size();
                for (int i = 0; i < numServices; i++) {
                    mInstalledServices.add(services.get(i).getComponentName().getPackageName());
                }
            }

            filterRecommendations();
        }