mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 18:41:20 +01:00
@@ -28,7 +28,6 @@ import android.app.NotificationManager;
|
||||
import android.content.Context;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.res.Configuration;
|
||||
import android.graphics.Color;
|
||||
import android.os.Build;
|
||||
import android.os.DeadSystemException;
|
||||
import android.os.Handler;
|
||||
@@ -309,7 +308,6 @@ public class ApplicationEx extends Application {
|
||||
NotificationManager.IMPORTANCE_HIGH);
|
||||
notification.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
|
||||
notification.enableLights(true);
|
||||
notification.setLightColor(Color.BLUE);
|
||||
nm.createNotificationChannel(notification);
|
||||
|
||||
if (!Helper.isPlayStoreInstall(this)) {
|
||||
|
||||
Reference in New Issue
Block a user