Compare commits

...

1 Commits

Author SHA1 Message Date
Fredrik Burmester
90930d478c fix: call with correct args 2024-12-23 11:25:24 +01:00

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