Fix stale history row highlighting

Remove ListView choice mode so regular history row taps
no longer persist as checked state after returning from
the scan detail screen.
This commit is contained in:
Markus Fisch
2026-05-27 21:23:44 +02:00
parent 26747d709f
commit 65979cbddd
@@ -3,7 +3,6 @@
android:id="@+id/scans"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:choiceMode="multipleChoice"
android:clipToPadding="false"
android:divider="?attr/colorOutlineVariant"
android:dividerHeight="1px"/>