url = error.getString("url");
}
if (html.length() != 0) {
/* 45 min */
VNotification n = VNotification
.createNotification(1000 * 60 * 45);
n.addEventListener(new NotificationRedirect(url));
n.show(html, VNotification.CENTERED_TOP,
VNotification.STYLE_SYSTEM);
} else {
redirect(url);
}
applicationRunning = false;