Browse Source

- missed a comment

pull/313/head
twig 8 years ago
parent
commit
4f8d45a0a7
  1. 2
      app/src/main/java/org/transdroid/core/gui/remoterss/RemoteRssFragment.java

2
app/src/main/java/org/transdroid/core/gui/remoterss/RemoteRssFragment.java

@ -107,7 +107,7 @@ public class RemoteRssFragment extends Fragment { @@ -107,7 +107,7 @@ public class RemoteRssFragment extends Fragment {
}
/**
* Updates the list adapter to show a new list of torrent files, replacing the old files list.
* Updates the UI with a new list of RSS items.
*/
public void updateRemoteItems(List<RemoteRssItem> remoteItems) {
remoteRssItems = new ArrayList<>(remoteItems);

Loading…
Cancel
Save