new ShowNotificationEvent(new Notification(
"Your request for access has been sent")));
}
});
button.addStyleName(StaticResourceBundle.INSTANCE.coreCss().requestAccessButton());
errorPanel.add(button);
streamPanel.clear();
unseenActivityNotificationPanel.setActive(true);
}