From a83664d6d996f02cb9148d62cdfb91592d658d5d Mon Sep 17 00:00:00 2001 From: Ammar Githam Date: Sat, 7 Nov 2020 01:01:24 +0900 Subject: [PATCH] Fix hanging follow and DM buttons in private profile view --- app/src/main/res/layout/fragment_profile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index d7b398ce..9680d4d2 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -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" />