From 23e6323f92d52dd1023936695d05727488975f04 Mon Sep 17 00:00:00 2001 From: rebelonion <87634197+rebelonion@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:29:14 -0500 Subject: [PATCH] fix: comment reply dead scrolling space --- app/src/main/res/layout/item_activity.xml | 1 + app/src/main/res/layout/item_comments.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/item_activity.xml b/app/src/main/res/layout/item_activity.xml index 5823bdaa..be5c31b8 100644 --- a/app/src/main/res/layout/item_activity.xml +++ b/app/src/main/res/layout/item_activity.xml @@ -225,6 +225,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:visibility="gone" + android:nestedScrollingEnabled="false" android:layout_marginStart="16dp"/> \ No newline at end of file diff --git a/app/src/main/res/layout/item_comments.xml b/app/src/main/res/layout/item_comments.xml index 2bc15c09..21111c9b 100644 --- a/app/src/main/res/layout/item_comments.xml +++ b/app/src/main/res/layout/item_comments.xml @@ -318,6 +318,7 @@ android:paddingStart="16dp" android:visibility="visible" tools:ignore="RtlSymmetry" + android:nestedScrollingEnabled="false" tools:visibility="visible" /> \ No newline at end of file