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

Commit 8fd062e1 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Use the new VpnType.getDescriptionId().

parent 08df1488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class VpnTypeSelection extends PreferenceActivity {

            Preference pref = new Preference(this);
            pref.setTitle(message);
            pref.setSummary(t.getDescription());
            pref.setSummary(t.getDescriptionId());
            root.addPreference(pref);
        }
    }