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

Commit 16919ca1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: fix com.android.settings occurs Dalvik leak and Native leak"

parents 860a2293 30b7042d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -248,6 +248,8 @@ public class IccLockSettings extends SettingsPreferenceFragment
    }

    private void updatePreferences() {
        if (mPinDialog == null || mPinToggle == null)
            return;
        if (mPhone != null) {
            if (mPhone.getIccCard().getState() != State.READY) {
                // if SIM State is NOT READY, it is not possible to interact with UICC app
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ public class DataSaverPreference extends Preference implements DataSaverBackend.
    @Override
    public void onDetached() {
        super.onDetached();
        mDataSaverBackend.addListener(this);
        mDataSaverBackend.remListener(this);
    }

    @Override