Track previously selected per-recipient ringtone value.

Fixes #3397
Closes #3477
This commit is contained in:
Owen66
2015-06-25 19:59:36 +01:00
committed by Moxie Marlinspike
parent 3a9ceb8371
commit 140cbe9f25
3 changed files with 40 additions and 7 deletions

View File

@@ -9,7 +9,8 @@
android:disableDependentsState="true"
android:persistent="false" />
<RingtonePreference android:dependency="pref_key_recipient_mute"
<org.thoughtcrime.securesms.preferences.AdvancedRingtonePreference
android:dependency="pref_key_recipient_mute"
android:key="pref_key_recipient_ringtone"
android:title="@string/recipient_preferences__ringtone"
android:ringtoneType="notification"