show the appropriate messages at opening a thread

This commit is contained in:
tibbi 2020-04-03 19:51:23 +02:00
parent 70c1e7d6b7
commit f938c14cba
5 changed files with 122 additions and 0 deletions

View file

@ -10,6 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:overScrollMode="ifContentScrolls"
android:scrollbars="none"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" />