From 24dfbb14db6872cc3ca19b8045d82063f926f235 Mon Sep 17 00:00:00 2001 From: TrianguloY Date: Tue, 20 Aug 2024 18:12:55 +0200 Subject: [PATCH] don't save/restore the status of the enable/disable module switches fixes #362 --- app/src/main/res/layout/config_module.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/config_module.xml b/app/src/main/res/layout/config_module.xml index f6b05c2..752b360 100644 --- a/app/src/main/res/layout/config_module.xml +++ b/app/src/main/res/layout/config_module.xml @@ -78,7 +78,8 @@ android:id="@+id/enable" android:layout_width="wrap_content" android:layout_height="match_parent" - android:contentDescription="@string/desc_enable" /> + android:contentDescription="@string/desc_enable" + android:saveEnabled="false" />