Skip to content

Commit

Permalink
Add email notifications setting (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle authored Sep 27, 2023
1 parent e917376 commit 786e66d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/971.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ajout du paramètre de notifications par email
5 changes: 2 additions & 3 deletions vector/src/main/res/xml/vector_settings_notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@

</im.vector.app.core.preference.VectorPreferenceCategory>

<!-- Tchap: no email notifications -->
<!-- <im.vector.app.core.preference.VectorPreferenceCategory
<im.vector.app.core.preference.VectorPreferenceCategory
android:key="SETTINGS_EMAIL_NOTIFICATION_CATEGORY_PREFERENCE_KEY"
android:title="@string/settings_notification_emails_category" /> -->
android:title="@string/settings_notification_emails_category" />

<im.vector.app.core.preference.VectorPreferenceCategory
android:persistent="false"
Expand Down

0 comments on commit 786e66d

Please sign in to comment.