From 18e60ec985b325ac17f955c70e7563e6ee3ca6c1 Mon Sep 17 00:00:00 2001 From: kunfei Date: Fri, 11 Oct 2019 09:39:35 +0800 Subject: [PATCH] up --- app/src/main/res/layout/activity_rss_source_edit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_rss_source_edit.xml b/app/src/main/res/layout/activity_rss_source_edit.xml index e5dc91e60..c7ce22473 100644 --- a/app/src/main/res/layout/activity_rss_source_edit.xml +++ b/app/src/main/res/layout/activity_rss_source_edit.xml @@ -31,7 +31,7 @@ android:id="@+id/cb_enable_js" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:checked="true" + android:checked="false" android:text="@string/enable_js" />