()
| 93 | |
| 94 | refresh=new LinkString(SR.MS_REFRESH) { |
| 95 | public void doAction() { |
| 96 | VCard.request(vcard.getJid(), vcard.getId().substring(5)); |
| 97 | destroyView(); |
| 98 | } |
| 99 | }; |
| 100 | |
| 101 | if (vcard == null || vcard.isEmpty()) { |
nothing calls this directly
no test coverage detected