am 6120ddd7
: Capitalize the first letter of a VPN name.
Merge commit '6120ddd7863d1240a535bc111b62e068c8736058' * commit '6120ddd7863d1240a535bc111b62e068c8736058': Capitalize the first letter of a VPN name.
This commit is contained in:
@@ -66,6 +66,8 @@ class VpnProfileEditor {
|
||||
}
|
||||
});
|
||||
setName(getProfile().getName());
|
||||
mName.getEditText().setInputType(InputType.TYPE_CLASS_TEXT
|
||||
| InputType.TYPE_TEXT_FLAG_CAP_SENTENCES);
|
||||
|
||||
subpanel.addPreference(createServerNamePreference(c));
|
||||
loadExtraPreferencesTo(subpanel);
|
||||
|
Reference in New Issue
Block a user