mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-20 01:53:55 +00:00
fix: comment reply dead scrolling space
This commit is contained in:
@@ -225,6 +225,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:layout_marginStart="16dp"/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -318,6 +318,7 @@
|
||||
android:paddingStart="16dp"
|
||||
android:visibility="visible"
|
||||
tools:ignore="RtlSymmetry"
|
||||
android:nestedScrollingEnabled="false"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user