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
pull/2018/head
kunfei 2 years ago committed by GitHub
commit f80a524230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/main/res/layout/item_read_record.xml

@ -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"

Loading…
Cancel
Save