mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Always show the keyboard when asked for it
and maintain keyboard state when hiding view.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
app:scrollToEnd="false"/>
|
||||
app:scrollToEnd="false"
|
||||
app:emptyText="@string/no_forum_posts"/>
|
||||
|
||||
<org.briarproject.android.view.TextInputView
|
||||
android:id="@+id/text_input_container"
|
||||
|
||||
Reference in New Issue
Block a user