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

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

Merge "Telephony: Fix issue of APN restore dialog displayed forever." into android_ui.lnx.2.1-dev

parents 0dec0be8 32455f82
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -140,8 +140,6 @@ public class ApnSettings extends RestrictedSettingsFragment implements
                case CONNECTED:
                    if (!mRestoreDefaultApnMode) {
                        fillList();
                    } else {
                        showDialog(DIALOG_RESTORE_DEFAULTAPN);
                    }
                    break;
                }