1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

handle notif spam better

This commit is contained in:
bbedward
2025-08-21 19:09:04 -04:00
parent a6948f9c26
commit ca352e5c52
5 changed files with 195 additions and 104 deletions

View File

@@ -39,6 +39,7 @@ DankModal {
function show() {
notificationModalOpen = true
NotificationService.onOverlayOpen()
open()
modalKeyboardController.reset()
@@ -50,6 +51,7 @@ DankModal {
function hide() {
notificationModalOpen = false
NotificationService.onOverlayClose()
close()
modalKeyboardController.reset()
}