Fix hanging follow and DM buttons in private profile view

This commit is contained in:
Ammar Githam 2020-11-07 01:01:24 +09:00
parent cc9cab9c15
commit a83664d6d9
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:barrierDirection="bottom"
app:constraint_referenced_ids="btnTagged, btnSaved, btnLiked" />
app:constraint_referenced_ids="btnTagged, btnSaved, btnLiked, btnFollow, btnDM" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/highlightsList"