Merge pull request #5383 from ByteHamster/swipe-new
Only remove new swipe action when showing only new episodes
This commit is contained in:
commit
744bf10532
|
@ -40,6 +40,6 @@ public class RemoveFromInboxSwipeAction implements SwipeAction {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean willRemove(FeedItemFilter filter) {
|
public boolean willRemove(FeedItemFilter filter) {
|
||||||
return filter.showUnplayed;
|
return filter.showNew;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue