mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-02 11:46:55 +01:00
Simplify
This commit is contained in:
parent
74b2d439c3
commit
36a7261f89
@ -413,7 +413,7 @@ public class OnlineFeedViewActivity extends AppCompatActivity {
|
||||
description.setText(feed.getDescription());
|
||||
|
||||
subscribeButton.setOnClickListener(v -> {
|
||||
if(feed != null && feedInFeedlist(feed)) {
|
||||
if(feedInFeedlist(feed)) {
|
||||
Intent intent = new Intent(OnlineFeedViewActivity.this, MainActivity.class);
|
||||
// feed.getId() is always 0, we have to retrieve the id from the feed list from
|
||||
// the database
|
||||
|
Loading…
x
Reference in New Issue
Block a user