diff --git a/OsmAnd/src/net/osmand/plus/profiles/EditProfileFragment.java b/OsmAnd/src/net/osmand/plus/profiles/EditProfileFragment.java index 0f8c10f4fc..9e6ba6e5d6 100644 --- a/OsmAnd/src/net/osmand/plus/profiles/EditProfileFragment.java +++ b/OsmAnd/src/net/osmand/plus/profiles/EditProfileFragment.java @@ -593,7 +593,8 @@ public class EditProfileFragment extends BaseOsmAndFragment { } if (profile.userProfileTitle.isEmpty() - || profile.userProfileTitle.replace(" ", "").length() < 1) { + || profile.userProfileTitle.replace(" ", "").length() < 1 + || profileNameEt.getText().toString().replace(" ", "").length() < 1) { showSaveWarningDialog( getString(R.string.profile_alert_need_profile_name_title), getString(R.string.profile_alert_need_profile_name_msg),