[android] Save and restore list position of conversation across restarts

This commit is contained in:
Torsten Grote
2018-12-11 13:08:26 -02:00
committed by akwizgran
parent 9b796c7cc3
commit 374fc7035b
2 changed files with 32 additions and 6 deletions

View File

@@ -49,7 +49,8 @@
android:id="@+id/conversationView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="2"/>
android:layout_weight="2"
app:scrollToEnd="false"/>
<org.briarproject.briar.android.view.ImagePreview
android:id="@+id/imagePreview"