Browse Source

Fix hanging follow and DM buttons in private profile view

renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
parent
commit
a83664d6d9
  1. 2
      app/src/main/res/layout/fragment_profile.xml

2
app/src/main/res/layout/fragment_profile.xml

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

Loading…
Cancel
Save