Skip to content

Commit

Permalink
don't save/restore the status of the enable/disable module switches
Browse files Browse the repository at this point in the history
fixes #362
  • Loading branch information
TrianguloY committed Aug 20, 2024
1 parent 52bc391 commit 24dfbb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/config_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

</LinearLayout>

Expand Down

0 comments on commit 24dfbb1

Please sign in to comment.