This commit is contained in:
GitBluub
2024-01-17 23:48:53 +01:00
committed by Clément Le Bihan
parent 2781276c12
commit 69329118f7
4 changed files with 14 additions and 12 deletions
+4 -1
View File
@@ -336,7 +336,10 @@ const PlayView = ({ songId }: PlayViewProps) => {
style={{}}
type="outlined"
title={translate('practiceBtn')}
onPress={async () => setPlayType('practice')}
onPress={async () => {
setPlayType('practice');
setShouldPlay(true);
}}
/>
<ButtonBase
style={{}}