Revert "Blue as the sky"

This reverts commit 4cc1ed3a85.
This commit is contained in:
M66B
2019-06-26 20:35:45 +02:00
parent 041406d0c5
commit 18f90b24a1
5 changed files with 1 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ import android.app.NotificationChannel;
import android.app.NotificationChannelGroup;
import android.app.NotificationManager;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import androidx.annotation.RequiresApi;
@@ -92,7 +91,6 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
channel.setGroup(group.getId());
channel.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
channel.enableLights(true);
channel.setLightColor(Color.BLUE);
nm.createNotificationChannel(channel);
}