373839404142434445464748
public boolean hasAnonymousAccess() { return false; } public void addMessage(String text, Noty.Type type) { Noty noty = new Noty(); noty.setText(text); noty.setType(type); //noinspection unchecked putSession("graygoose.noty", noty); }