mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Focus on correct textfield when adding a description.
This commit is contained in:
@@ -375,7 +375,7 @@ class ConversationSettingsFragment : DSLSettingsFragment(
|
||||
descriptionShouldLinkify = groupState.groupDescriptionShouldLinkify,
|
||||
canEditGroupAttributes = groupState.canEditGroupAttributes,
|
||||
onEditGroupDescription = {
|
||||
startActivity(CreateProfileActivity.getIntentForGroupProfile(requireActivity(), groupState.groupId))
|
||||
startActivity(CreateProfileActivity.getIntentForGroupProfileWithFocusedDescription(requireActivity(), groupState.groupId))
|
||||
},
|
||||
onViewGroupDescription = {
|
||||
GroupDescriptionDialog.show(childFragmentManager, groupState.groupId, null, groupState.groupDescriptionShouldLinkify)
|
||||
|
||||
Reference in New Issue
Block a user