mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Fixed lights default
This commit is contained in:
@@ -305,7 +305,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
.setDeleteIntent(pid);
|
||||
|
||||
if (android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.O &&
|
||||
prefs.getBoolean("light", true)) {
|
||||
prefs.getBoolean("light", false)) {
|
||||
builder.setDefaults(Notification.DEFAULT_SOUND | Notification.DEFAULT_LIGHTS);
|
||||
builder.setLights(0xff00ff00, 1000, 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user