[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
parent 84089f5e16
commit 9ea3623c85
2 changed files with 33 additions and 8 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"