mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Restrict edit description to V2 and remove feature flag.
This commit is contained in:
@@ -184,7 +184,7 @@ public class EditProfileFragment extends LoggingFragment {
|
||||
toolbar.setTitle(R.string.EditProfileFragment__edit_group);
|
||||
preview.setVisibility(View.GONE);
|
||||
|
||||
if (FeatureFlags.groupsV2Description()) {
|
||||
if (groupId.isV2()) {
|
||||
EditTextUtil.addGraphemeClusterLimitFilter(familyName, MAX_DESCRIPTION_GLYPHS);
|
||||
familyName.addTextChangedListener(new AfterTextChanged(s -> {
|
||||
EditProfileNameFragment.trimFieldToMaxByteLength(s, MAX_DESCRIPTION_BYTES);
|
||||
|
||||
Reference in New Issue
Block a user