Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Override
  2. public void onListItemClick(RssItem item) {
  3. String url = item.getLink();
  4. if (mIRssListView != null) {
  5. mIRssListView.startBrowser(url);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment