- no longer pass remote RSS feeds to RemoteRssActivity
it now pulls it from the connection itself. this avoids having an Intent that's too large and causing the app to crash without warning
@ -102,10 +102,6 @@ public class RemoteRssActivity extends AppCompatActivity {
@@ -102,10 +102,6 @@ public class RemoteRssActivity extends AppCompatActivity {
@AfterViews
protectedvoidinit(){
if(feeds==null){
feeds=newArrayList<>();
}
// Simple action bar with up, torrent name as title and refresh button
@ -114,6 +110,7 @@ public class RemoteRssActivity extends AppCompatActivity {
@@ -114,6 +110,7 @@ public class RemoteRssActivity extends AppCompatActivity {