mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-20 09:50:26 -06:00
idk
This commit is contained in:
@@ -22,7 +22,7 @@ export function RunTimeTicks({ children } : { children: number | null | undefine
|
||||
|
||||
runOnRuntime(backgroundRuntime, (ticks : number) => {
|
||||
'worklet';
|
||||
time.set(calculateRunTimeFromTicks(ticks))
|
||||
time.value = calculateRunTimeFromTicks(ticks)
|
||||
})(children);
|
||||
|
||||
return (
|
||||
@@ -30,7 +30,7 @@ export function RunTimeTicks({ children } : { children: number | null | undefine
|
||||
style={{display: "block"}}
|
||||
color="$borderColor"
|
||||
>
|
||||
{ time.value }
|
||||
{ time.get() }
|
||||
</Text>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user