diff options
author | lookshe <github@lookshe.org> | 2016-03-07 23:35:35 +0100 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-07 23:35:35 +0100 |
commit | e9b5793cefd6fd8a24a6bf710493c9bc1800850f (patch) | |
tree | d9c7f1bbe1ea0920e0b03bd98b73f9b949d9126d /src/main/res/xml | |
parent | 739ae021068f543aa0fca2d2d9977461f7633560 (diff) |
Finally fixes FS#142
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 622e772c..e468cd27 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -133,13 +133,6 @@ android:title="@string/pref_led_notification_color" app:supportsAlpha="true" android:summary="@string/pref_led_notification_color_summary"/> - - <CheckBoxPreference - android:defaultValue="true" - android:dependency="show_notification" - android:key="always_notify_in_conference" - android:summary="@string/pref_conference_notifications_summary" - android:title="@string/pref_conference_notifications" /> </PreferenceScreen> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_ui_options"> |