1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

notifications: fix kb navigation breaking on history tab close

This commit is contained in:
bbedward
2026-02-07 17:42:20 -05:00
parent 8ee7fe8e66
commit 4557426c28
5 changed files with 27 additions and 15 deletions

View File

@@ -23,6 +23,7 @@ DankModal {
function show() {
notificationModalOpen = true;
currentTab = 0;
NotificationService.onOverlayOpen();
open();
modalKeyboardController.reset();