mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Room Settings: Add "Addresses" section
#412 - Support tap on room id to copy it - Align the leading constraint of the content with the separatorInset.left of the cell. TODO - Support long tap to copy alias, copy links or remove alias
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
CGFloat maxTextViewWidth = cellWidth - minTextViewPosX - _textViewTrailingConstraint.constant;
|
||||
|
||||
if (_textView.isFirstResponder)
|
||||
if (_textView.isEditable && _textView.isFirstResponder)
|
||||
{
|
||||
// Use the full available width when the field is edited
|
||||
_textViewWidthConstraint.constant = maxTextViewWidth;
|
||||
|
||||
Reference in New Issue
Block a user