mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-31 10:54:50 +01:00
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
|
||||
public boolean willRemove(FeedItemFilter filter) {
|
||||
return filter.showUnplayed;
|
||||
return filter.showNew;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user