From a8bfad0bd0bad6a02a00aef4448bfac5678684f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 23 Nov 2023 21:57:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20fix=20settings=20crash=20in=20ba?= =?UTF-8?q?sic=20build=20flavor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some changes to preferences.xml in the latest alpha weren't copied over to the basic build flavor version of that file. Hence the some code in the basic build flavor couldn't bind to the messing preferences Views and crashed instead. --- app/src/basic/res/xml/preferences.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/src/basic/res/xml/preferences.xml b/app/src/basic/res/xml/preferences.xml index 80133ff56..c4f6849a0 100644 --- a/app/src/basic/res/xml/preferences.xml +++ b/app/src/basic/res/xml/preferences.xml @@ -164,6 +164,16 @@ android:summary="@string/send_to_fdroid_metrics_summary" android:defaultValue="false" android:dependency="expert" /> + + +