diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-18 22:08:51 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-18 22:08:51 +0300 |
| commit | ad2efff97e07fa4b227046b9538c394484d3e81f (patch) | |
| tree | 76fb8a1863f2c70541f414236a7d8d30ce408208 /org.fox.ttrss/src/main/res | |
| parent | b5c26f8dcf4563df56142b15047c78cc304bdd77 (diff) | |
fix position desync if recycler view reorders, only set headline row click handlers once on view create
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml index 5e4eca4e..98a66299 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -25,7 +25,6 @@ android:id="@+id/headline_header" android:layout_width="match_parent" android:layout_height="wrap_content" - android:clickable="true" android:layout_span="2" android:padding="16dp"> |