mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Switch recipient preference from Rington -> Notification tone
// FREEBIE
This commit is contained in:
parent
2eeb7c43da
commit
c6abb7dc64
@ -663,7 +663,7 @@
|
||||
<!-- recipient_preferences -->
|
||||
<string name="recipient_preferences__mute_conversation">Mute conversation</string>
|
||||
<string name="recipient_preferences__disable_notifications_for_this_conversation">Disable notifications for this conversation</string>
|
||||
<string name="recipient_preferences__ringtone">Ringtone</string>
|
||||
<string name="recipient_preferences__notification_tone">Notification tone</string>
|
||||
<string name="recipient_preferences__vibrate">Vibrate</string>
|
||||
<string name="recipient_preferences__block">Block</string>
|
||||
<string name="recipient_preferences__color">Color</string>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<org.thoughtcrime.securesms.preferences.AdvancedRingtonePreference
|
||||
android:dependency="pref_key_recipient_mute"
|
||||
android:key="pref_key_recipient_ringtone"
|
||||
android:title="@string/recipient_preferences__ringtone"
|
||||
android:title="@string/recipient_preferences__notification_tone"
|
||||
android:ringtoneType="notification"
|
||||
android:showSilent="false"
|
||||
android:showDefault="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user