}
private void onSingleClick(Shell shell) {
NotificationService service = Controller.getDefault().getNotificationService();
List<INews> newsToShow = new ArrayList<INews>();
Mode mode;
/* Return early if Notifier already showing */
if (service.isPopupVisible())
return;