switch default led color to blue

Fixes #3115
Closes #3116

// FREEBIE
pull/1/head
Rhodey Orbits 11 years ago committed by Moxie Marlinspike
parent b6e241b0dc
commit d0f26f3e97

@ -21,7 +21,7 @@
<ListPreference <ListPreference
android:key="pref_led_color" android:key="pref_led_color"
android:defaultValue="green" android:defaultValue="blue"
android:title="@string/preferences__led_color" android:title="@string/preferences__led_color"
android:dependency="pref_key_enable_notifications" android:dependency="pref_key_enable_notifications"
android:entries="@array/pref_led_color_entries" android:entries="@array/pref_led_color_entries"

@ -403,7 +403,7 @@ public class TextSecurePreferences {
} }
public static String getNotificationLedColor(Context context) { public static String getNotificationLedColor(Context context) {
return getStringPreference(context, LED_COLOR_PREF, "green"); return getStringPreference(context, LED_COLOR_PREF, "blue");
} }
public static String getNotificationLedPattern(Context context) { public static String getNotificationLedPattern(Context context) {

Loading…
Cancel
Save