Only remove new swipe action when showing only new episodes
This commit is contained in:
parent
e1a767e6d1
commit
2f71f3fdbe
@ -40,6 +40,6 @@ public class RemoveFromInboxSwipeAction implements SwipeAction {
|
||||
|
||||
@Override
|
||||
public boolean willRemove(FeedItemFilter filter) {
|
||||
return filter.showUnplayed;
|
||||
return filter.showNew;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user