From 4b22489f5fe77c4881e297f4d4761c34766f250e Mon Sep 17 00:00:00 2001 From: Ammar Githam Date: Wed, 30 Jun 2021 20:37:02 +0900 Subject: [PATCH] Fix profile details layout sometimes broken. Fixes austinhuang0131/barinsta#1495 --- app/src/main/res/layout/layout_profile_details.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/layout_profile_details.xml b/app/src/main/res/layout/layout_profile_details.xml index 5dbb0006..ef22488f 100644 --- a/app/src/main/res/layout/layout_profile_details.xml +++ b/app/src/main/res/layout/layout_profile_details.xml @@ -284,12 +284,11 @@ layout="@layout/item_pref_divider" android:layout_width="0dp" android:layout_height="1dp" - android:visibility="gone" + android:visibility="visible" app:layout_constraintBottom_toTopOf="@id/mainPostCount" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/profileContext" - tools:visibility="visible" /> + app:layout_constraintTop_toBottomOf="@id/profileContext" /> \ No newline at end of file