mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +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:
parent
de3106344a
commit
f3a4634d30
@ -233,6 +233,7 @@
|
|||||||
|
|
||||||
<activity android:name=".NewConversationActivity"
|
<activity android:name=".NewConversationActivity"
|
||||||
android:theme="@style/TextSecure.LightNoActionBar"
|
android:theme="@style/TextSecure.LightNoActionBar"
|
||||||
|
android:windowSoftInputMode="stateAlwaysVisible"
|
||||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
||||||
|
|
||||||
<activity android:name=".PushContactSelectionActivity"
|
<activity android:name=".PushContactSelectionActivity"
|
||||||
|
@ -99,7 +99,9 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:nextFocusForward="@+id/send_button"
|
android:nextFocusForward="@+id/send_button"
|
||||||
android:nextFocusRight="@+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
|
<org.thoughtcrime.securesms.components.camera.HidingImageButton
|
||||||
android:id="@+id/quick_attachment_toggle"
|
android:id="@+id/quick_attachment_toggle"
|
||||||
|
Loading…
Reference in New Issue
Block a user