mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 20:08:51 -05:00
okay then
This commit is contained in:
@@ -13,6 +13,7 @@ export function RunTimeTicks({ children } : { children?: number | null | undefin
|
||||
return <Text>0:00</Text>
|
||||
|
||||
let time = runOnRuntime(backgroundRuntime, (ticks : number) => {
|
||||
'worklet';
|
||||
return calculateRunTimeFromTicks(ticks)
|
||||
})(children);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user