mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 13:58:25 +00:00
parent
b6e241b0dc
commit
d0f26f3e97
@ -21,7 +21,7 @@
|
||||
|
||||
<ListPreference
|
||||
android:key="pref_led_color"
|
||||
android:defaultValue="green"
|
||||
android:defaultValue="blue"
|
||||
android:title="@string/preferences__led_color"
|
||||
android:dependency="pref_key_enable_notifications"
|
||||
android:entries="@array/pref_led_color_entries"
|
||||
|
@ -403,7 +403,7 @@ public class TextSecurePreferences {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user