FixTask: #85
This commit is contained in:
@@ -12,7 +12,7 @@ import FullscreenIntroVideo from "../../components/FullscreenIntroVideo";
|
||||
|
||||
const Playback = ({ route }) => {
|
||||
const { project } = route.params;
|
||||
const [showIntro, setShowIntro] = useState(false);
|
||||
const [showIntro, setShowIntro] = useState(true);
|
||||
|
||||
const onPressRecord = useCallback(() => {
|
||||
// Les timestamps sont désormais générés automatiquement côté serveur
|
||||
|
||||
Reference in New Issue
Block a user