5 ms·
Sounds interesting but on iOS I can only see “calm” as an option.
by flaboonka 8mo ago
Sounds interesting but on iOS I can only see “calm” as an option.
- vnykmshr 8mo agoThanks for the report Root cause was a race condition where the mood galaxy layout engine could run before the container had dimensions, stacking all 6 orbs at the same position (only "Calm" visible on top). Fixed with a layout guard that defers positioning to the next animation frame.