mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-06 05:28:29 -04:00
fix(BatteryService): fix typo in notification check (#2944)
(cherry picked from commit 8594a414ec)
This commit is contained in:
@@ -244,7 +244,7 @@ Singleton {
|
||||
|
||||
const summary = w.notification.summary;
|
||||
|
||||
if ((dismissLow && summary === lowSummary) || (dismissCritical && summary === lowSummary)) {
|
||||
if ((dismissLow && summary === lowSummary) || (dismissCritical && summary === criticalSummary)) {
|
||||
NotificationService.dismissNotification(w);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user