mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-21 12:21:30 +00:00
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…
x
Reference in New Issue
Block a user