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

Commit cf0aee1b authored by Mohit Mali's avatar Mohit Mali
Browse files

Removed the updater subtitle from settings

parent 8f71ff22
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -88,8 +88,7 @@ public class SystemUpdatePreferenceController extends BasePreferenceController {

    @Override
    public CharSequence getSummary() {
        CharSequence summary = mContext.getString(R.string.android_version_summary,
                Build.VERSION.RELEASE);
        CharSequence summary = "";
        final FutureTask<Bundle> bundleFutureTask = new FutureTask<>(
                // Put the API call in a future to avoid StrictMode violation.
                () -> mUpdateManager.retrieveSystemUpdateInfo());