From ad2efff97e07fa4b227046b9538c394484d3e81f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 May 2025 22:08:51 +0300 Subject: fix position desync if recycler view reorders, only set headline row click handlers once on view create --- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml') 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"> -- cgit v1.2.3-54-g00ecf