From 72176641efaf6cee58203e700edba7f28e408107 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Mon, 9 Jan 2023 14:20:34 -0500 Subject: [PATCH] Android: Revert "Make the header focusable" --- Source/Android/app/src/main/res/layout/list_item_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/app/src/main/res/layout/list_item_header.xml b/Source/Android/app/src/main/res/layout/list_item_header.xml index 599fe840f1..ba349cebcf 100644 --- a/Source/Android/app/src/main/res/layout/list_item_header.xml +++ b/Source/Android/app/src/main/res/layout/list_item_header.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:focusable="true" + android:focusable="false" android:layout_height="wrap_content">