Fix flair cannot be applied when submitting posts. Fix crash in FollowedUsersRecyclerViewAdapter.

This commit is contained in:
Alex Ning
2020-06-23 11:36:17 +08:00
parent 405cac91e8
commit 421315f0c6
7 changed files with 16 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
android:id="@+id/markdown_recycler_view_sidebar_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp"
android:padding="8dp"
android:clipToPadding="false" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>