Browse Source

Merge pull request #473 from Micdu70/patch-1

Fix commit 22adee5
pull/487/head
Eric Kok 6 years ago committed by GitHub
parent
commit
8ec2498f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/main/java/org/transdroid/core/gui/TorrentsFragment.java

1
app/src/main/java/org/transdroid/core/gui/TorrentsFragment.java

@ -102,7 +102,6 @@ public class TorrentsFragment extends Fragment implements OnLabelPickedListener @@ -102,7 +102,6 @@ public class TorrentsFragment extends Fragment implements OnLabelPickedListener
protected SwipeRefreshLayout swipeRefreshLayout;
@ViewById
protected ListView torrentsList;
protected ListView torrentsList;
@ViewById
protected TextView emptyText;
@ViewById

Loading…
Cancel
Save