Skip to content

Commit

Permalink
Enable "sync failed" notifications by default
Browse files Browse the repository at this point in the history
These notifications have been off by default since they were first added ages ago, and I'm thinking maybe the person who added them was just being cautious. I always turn these on. If something goes wrong during syncing, the least surprising behavior for a new user should be to fire off a notification.
  • Loading branch information
amberin authored May 10, 2024
1 parent e2f2091 commit dc1759e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/prefs_keys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<string name="pref_key_reminders_notification_settings_V26" translatable="false">pref_key_reminders_notification_settings_v26</string>

<string name="pref_key_show_sync_notifications" translatable="false">pref_key_show_sync_notifications</string>
<bool name="pref_default_show_sync_notifications" translatable="false">false</bool>
<bool name="pref_default_show_sync_notifications" translatable="false">true</bool>

<string name="pref_key_note_metadata_folded" translatable="false">pref_key_note_metadata_folded</string>
<bool name="pref_default_note_metadata_folded" translatable="false">false</bool>
Expand Down

0 comments on commit dc1759e

Please sign in to comment.