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

Commit 9594712c 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 FC issue when add VPN."

parents 5cece766 64a51f12
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -142,10 +142,12 @@ public class VpnSettings extends SettingsPreferenceFragment implements
                while (mPreferences.containsKey(Long.toHexString(millis))) {
                    ++millis;
                }
                if (mDialog == null) {
                    mDialog = new VpnDialog(
                            getActivity(), this, new VpnProfile(Long.toHexString(millis)), true);
                    mDialog.setOnDismissListener(this);
                    mDialog.show();
                }
                return true;
            }
            case R.id.vpn_lockdown: {