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

Commit 764f116e authored by Ankita Vyas's avatar Ankita Vyas Committed by Automerger Merge Worker
Browse files

Merge "Fetch summary only if feature is available" into udc-dev am: 44a61343

parents 147033c8 44a61343
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ public class ClonedAppsPreferenceController extends BasePreferenceController
    }

    private void updatePreferenceSummary() {
        if (!isAvailable()) {
            return;
        }
        new AsyncTask<Void, Void, Integer[]>() {

            @Override