This commit is contained in:
2025-10-06 14:58:14 +02:00
parent fd416b5b05
commit c1af1cede9
6 changed files with 23 additions and 19 deletions
@@ -54,7 +54,7 @@ const PlaybackItem = ({
width: viewportWidth,
height: viewportHeight,
});
const [openComments, setOpenComments] = useState(false);
const [openComments, setOpenComments] = useState(true);
const commentInputRef = useRef(null);
const { currentUID, followUser, unfollowUser } = useUser() || {};
@@ -594,9 +594,7 @@ const PlaybackItem = ({
)}
</Pressable>
<Pressable
onPress={() => {
setOpenComments((v) => !v);
}}
onPress={() => {}}
style={[styles.actionButton, styles.actionSpacing]}
>
<Image