mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 12:47:35 +00:00
fix keyboard/focus regressions
I don't know how it was working the first time. fixes #4527 Closes #4555 // FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
de3106344a
commit
f3a4634d30
@@ -99,7 +99,9 @@
|
||||
android:layout_weight="1"
|
||||
android:nextFocusForward="@+id/send_button"
|
||||
android:nextFocusRight="@+id/send_button"
|
||||
tools:hint="Send TextSecure message" />
|
||||
tools:hint="Send TextSecure message">
|
||||
<requestFocus />
|
||||
</org.thoughtcrime.securesms.components.ComposeText>
|
||||
|
||||
<org.thoughtcrime.securesms.components.camera.HidingImageButton
|
||||
android:id="@+id/quick_attachment_toggle"
|
||||
|
Reference in New Issue
Block a user