fix: double tap required to view comment replies

This commit is contained in:
Ayan Malik 2023-10-12 21:14:23 +05:30 committed by GitHub
parent 3940de2cd2
commit 72da33b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@
android:textAlignment="viewStart"
android:textIsSelectable="true"
android:textSize="15sp"
android:focusable="false"
tools:text="Comment Text" />
<LinearLayout