mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Switch back to the classic handling of landscape text entry.
Fixes #8814
This commit is contained in:
parent
320ea9eb4e
commit
b5d37702f9
@ -89,7 +89,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:nextFocusForward="@+id/send_button"
|
||||
android:nextFocusRight="@+id/send_button"
|
||||
tools:visibility="invisible"
|
||||
|
@ -43,7 +43,6 @@
|
||||
style="@style/Signal.Text.Body"
|
||||
android:maxLines="3"
|
||||
android:maxLength="240"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:hint="@string/MediaSendActivity_add_a_caption"
|
||||
android:autoText="true"
|
||||
android:inputType="textAutoCorrect|textCapSentences|textMultiLine"
|
||||
@ -98,7 +97,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_weight="1"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:nextFocusForward="@+id/send_button"
|
||||
android:nextFocusRight="@+id/send_button"
|
||||
tools:hint="Send TextSecure message" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user