mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
fix string
This commit is contained in:
parent
ded8d0b181
commit
615f1b5e7a
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
android:dependency="pref_key_enable_notifications"
|
android:dependency="pref_key_enable_notifications"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="pref_ignore_battery_optimizations"
|
android:key="pref_ignore_battery_optimizations"
|
||||||
android:title="@string/pref_ignore_battery"
|
android:title="@string/pref_background_notifications"
|
||||||
android:summary="@string/pref_ignore_battery_explain"/>
|
android:summary="@string/pref_background_notifications_explain"/>
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
|
||||||
android:dependency="pref_key_enable_notifications"
|
android:dependency="pref_key_enable_notifications"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue