File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
library/ui-styles/src/main/res/values
vector/src/main/java/im/vector/app/features/home/room/detail/composer Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ Cannot select text properly in plain text mode when using Rich Text Editor.
Original file line number Diff line number Diff line change 15
15
<item name =" android:background" >@android:color/transparent</item >
16
16
<item name =" android:inputType" >textCapSentences|textMultiLine</item >
17
17
<item name =" android:maxLines" >10</item >
18
- <item name =" android:minHeight" >40dp</item >
19
18
<item name =" android:paddingTop" >10dp</item >
20
19
<item name =" android:paddingBottom" >10dp</item >
21
20
<item name =" paddingStart" >12dp</item >
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ internal class RichTextComposerLayout @JvmOverloads constructor(
294
294
295
295
private fun updateEditTextVisibility () {
296
296
views.richTextComposerEditText.isVisible = isTextFormattingEnabled
297
- views.richTextMenu .isVisible = isTextFormattingEnabled
297
+ views.richTextMenuScrollView .isVisible = isTextFormattingEnabled
298
298
views.plainTextComposerEditText.isVisible = ! isTextFormattingEnabled
299
299
300
300
// The layouts for formatted text mode and plain text mode are different, so we need to update the constraints
You can’t perform that action at this time.
0 commit comments