Fix chat layout

This commit is contained in:
Phillip Thelen 2019-01-08 19:26:36 +01:00
parent 873f6ab49d
commit 97841e5cac

View file

@ -8,7 +8,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
<com.habitrpg.android.habitica.ui.helpers.RecyclerViewEmptySupport
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />