Use given name instead of full name for the initial population of User name.
Bug: 7406217 Change-Id: I5006039ef146369f569445d0fcbaf82fd163343e
This commit is contained in:
@@ -503,7 +503,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
||||
}
|
||||
|
||||
private String getProfileName() {
|
||||
String name = Utils.getMeProfileName(getActivity());
|
||||
String name = Utils.getMeProfileName(getActivity(), true);
|
||||
if (name != null) {
|
||||
mProfileExists = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user