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

Commit 7e1f49d2 authored by yumeng's avatar yumeng Committed by Gerrit - the friendly Code Review server
Browse files

Settings: Make APN of CT can be edited and be saved.

The APN of CT can't be edited, because that the read_only property
is true.
The APN of CT can't be actually modified because it don't successfullly
be saved.

Change-Id: I4a14deca29c9951eb105304fcd2d0a082701f5d5
CRs-Fixed: 1066739
parent 67ba12a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -637,7 +637,7 @@ public class ApnEditor extends SettingsPreferenceFragment
    private boolean validateAndSave(boolean force) {

        // If the form is not editable, do nothing and return.
        if (mDisableEditor){
        if (mDisableEditor && !mApnDisable){
            Log.d(TAG, "Form is disabled. Nothing to save.");
            return true;
        }