1
0

Fix hiding last element in messages (#1538)

This commit is contained in:
Mateusz Idziejczak
2021-09-27 17:56:43 +02:00
committed by GitHub
parent b552dbc904
commit dc90549b9d

View File

@ -13,6 +13,8 @@
android:id="@+id/messageTabRecycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="64dp"
tools:listitem="@layout/item_message" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>