Fixed episodes getting displayed multiple times in multi window
This commit is contained in:
parent
e1b37462f2
commit
be364c2a2d
@ -168,6 +168,7 @@ public class EpisodesApplyActionFragment extends Fragment {
|
||||
return true;
|
||||
});
|
||||
|
||||
titles.clear();
|
||||
for (FeedItem episode : episodes) {
|
||||
titles.add(episode.getTitle());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user