Merge pull request #2017 from nEdAy/feature/fixed-read-record-book-name-click-is-invalid

fixed bug: TextView setting 'textIsSelectable=true' make click is invalid
This commit is contained in:
kunfei
2022-07-01 17:32:03 +08:00
committed by GitHub

View File

@@ -12,7 +12,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:padding="6dp"
android:textIsSelectable="true"
android:textColor="@color/primaryText"
android:singleLine="true"
app:layout_constraintLeft_toLeftOf="parent"