Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid showing notifications at startup in vaadin-app-layout #440

Open
frankrues opened this issue Oct 7, 2021 · 0 comments
Open

Avoid showing notifications at startup in vaadin-app-layout #440

frankrues opened this issue Oct 7, 2021 · 0 comments
Labels

Comments

@frankrues
Copy link

frankrues commented Oct 7, 2021

I have recently migrated from version 3.0.0.beta5 to version 4.0.0. In my app, I do persist all notification in the database. In version 3.x when the notifications were created before the AppBarNotificationButton was added to the layout, the notification were not popping up.

Now in 4.0.0 the behaviour has changed, the created notifications are showing when the view is attached even they were created before the NotificationButton was added.

How can I suppress the notifications from showing at start-up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant