mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
fix(BatteryService): fix typo in notification check (#2944)
This commit is contained in:
@@ -237,7 +237,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