We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf6b32 + d8c8453 commit efdfbd3Copy full SHA for efdfbd3
apps/files_reminders/lib/Listener/LoadAdditionalScriptsListener.php
@@ -30,7 +30,9 @@ public function handle(Event $event): void {
30
return;
31
}
32
33
- if (!$this->appManager->isEnabledForUser('notifications')) {
+ if (!$this->appManager->isEnabledForUser(Application::APP_ID)
34
+ || !$this->appManager->isEnabledForUser('notifications')
35
+ ) {
36
37
38
0 commit comments