Always show the keyboard when asked for it

and maintain keyboard state when hiding view.
This commit is contained in:
Torsten Grote
2016-10-06 10:41:32 -03:00
parent 3ea36bbd40
commit 154e02723f
6 changed files with 27 additions and 20 deletions

View File

@@ -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"