fix: comment reply dead scrolling space

This commit is contained in:
rebelonion 2024-03-20 04:29:14 -05:00
parent b0dbd7a348
commit 23e6323f92
2 changed files with 2 additions and 0 deletions

View file

@ -225,6 +225,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:visibility="gone" android:visibility="gone"
android:nestedScrollingEnabled="false"
android:layout_marginStart="16dp"/> android:layout_marginStart="16dp"/>
</LinearLayout> </LinearLayout>

View file

@ -318,6 +318,7 @@
android:paddingStart="16dp" android:paddingStart="16dp"
android:visibility="visible" android:visibility="visible"
tools:ignore="RtlSymmetry" tools:ignore="RtlSymmetry"
android:nestedScrollingEnabled="false"
tools:visibility="visible" /> tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>