Пример #1
0
 @Override
 public void onClick(View widget) {
   if (hideUrlStyle) {
     // Do nothing
   } else {
     //            super.onClick(widget);
     int id = Integer.parseInt(getURL().split("://")[1]);
     widget.getContext().startActivity(Intents.openProfile(id, widget.getContext()));
   }
 }