0
0
mirror of https://github.com/TrianguloY/UrlChecker.git synced 2024-09-19 20:02:16 +02:00

don't save/restore the status of the enable/disable module switches

fixes #362
This commit is contained in:
TrianguloY 2024-08-20 18:12:55 +02:00
parent 52bc3919e2
commit 24dfbb14db

View File

@ -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>