Skip to content

Commit 2f7e7da

Browse files
sharvaniharanSharvani Haran
andauthored
Fix: Opt-in default value to false (#4240)
Co-authored-by: Sharvani Haran <[email protected]>
1 parent 75ebd6b commit 2f7e7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/xml/preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<PreferenceCategory android:title="@string/preferences_privacy_settings_heading">
6363
<org.wikipedia.settings.SwitchPreferenceMultiLine
6464
android:key="@string/preference_key_eventlogging_opt_in"
65-
android:defaultValue="true"
65+
android:defaultValue="false"
6666
android:title="@string/preference_title_eventlogging_opt_in"
6767
android:summary="@string/preference_summary_eventlogging_opt_in" />
6868
</PreferenceCategory>

0 commit comments

Comments
 (0)