Merge branch 'master' into dev

This commit is contained in:
M66B 2024-01-03 21:02:28 +01:00
commit 04a897b845
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class NotificationHelper {
}
if (notify_screen_on && flash) {
Log.i("Notify screen on");
EntityLog.log(context, EntityLog.Type.Notification, "Notify screen on");
PowerManager pm = Helper.getSystemService(context, PowerManager.class);
PowerManager.WakeLock wakeLock = pm.newWakeLock(
PowerManager.FULL_WAKE_LOCK | PowerManager.ACQUIRE_CAUSES_WAKEUP,