Skip to content

Commit

Permalink
fix default value for ignore network changes setting
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Aug 5, 2019
1 parent e23a711 commit b58e59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
android:summary="@string/preference_show_notification_summary"
android:title="@string/preference_show_notification_title" />
<SwitchPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="@string/preference_ignore_network_changes_key"
android:summary="@string/preference_ignore_network_changes_summary"
android:title="@string/preference_ignore_network_changes_title" />
Expand Down

0 comments on commit b58e59c

Please sign in to comment.