diff --git a/lib/ui/podcast/podcast_context_menu.dart b/lib/ui/podcast/podcast_context_menu.dart index 58e5a430..365f9f6d 100644 --- a/lib/ui/podcast/podcast_context_menu.dart +++ b/lib/ui/podcast/podcast_context_menu.dart @@ -150,6 +150,14 @@ class _CupertinoContextMenu extends StatelessWidget { }, child: Text(L.of(context)!.mark_episodes_played_label), ), + CupertinoActionSheetAction( + isDefaultAction: true, + onPressed: () { + bloc.podcastEvent(PodcastEvent.clearAllPlayed); + Navigator.pop(context, 'Cancel'); + }, + child: Text(L.of(context)!.mark_episodes_not_played_label), + ), CupertinoActionSheetAction( isDefaultAction: true, onPressed: () {