fix: call with correct args

This commit is contained in:
Fredrik Burmester
2024-12-23 11:25:24 +01:00
parent 8608ad02f7
commit 90930d478c

View File

@@ -116,7 +116,7 @@ export const TouchableItemRouter: React.FC<PropsWithChildren<Props>> = ({
<ContextMenu.Item
key="item-2"
onSelect={() => {
markAsPlayedStatus(true);
markAsPlayedStatus(false);
}}
shouldDismissMenuOnSelect
destructive