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