Remove unused summary field for notification.

Closes #6481
pull/1/head
Taylor Kline 7 years ago committed by Moxie Marlinspike
parent 68e68508a7
commit b7f9525680

@ -1115,7 +1115,6 @@
<string name="preferences__pref_led_blink_custom_pattern_off_for">Off for:</string>
<string name="preferences__pref_led_blink_custom_pattern_set">Custom LED blink pattern set!</string>
<string name="preferences__sound">Sound</string>
<string name="preferences__change_notification_sound">Change notification sound</string>
<string name="preferences__silent">Silent</string>
<string name="preferences__in_conversation_notifications">In-conversation notifications</string>
<string name="preferences__play_inthread_notifications">Play notification sound when viewing an active conversation</string>

@ -10,7 +10,6 @@
<RingtonePreference android:dependency="pref_key_enable_notifications"
android:key="pref_key_ringtone"
android:title="@string/preferences__sound"
android:summary="@string/preferences__change_notification_sound"
android:ringtoneType="notification"
android:defaultValue="content://settings/system/notification_sound" />

Loading…
Cancel
Save