223224225226227228229230
GDDate today = new GDDate(); if (nextUpdateDate.beforeOrEqualsDay(today) || ((String) GD.getInstance().get(THERE_IS_UPDATE_AVALIABLE)) .equals("1")) { new UpdateNotificator(componentsAreaComposite).start(); } }