diff --git a/orb-ui/src/engine/pearl.rs b/orb-ui/src/engine/pearl.rs index 503d42cd..18e7a202 100644 --- a/orb-ui/src/engine/pearl.rs +++ b/orb-ui/src/engine/pearl.rs @@ -690,7 +690,7 @@ impl EventHandler for Runner { let slider = self .ring_animations_stack .stack - .get_mut(&LEVEL_NOTICE) + .get_mut(&LEVEL_FOREGROUND) .and_then(|RunningAnimation { animation, .. }| { animation .as_any_mut() @@ -705,6 +705,7 @@ impl EventHandler for Runner { Argb::PEARL_OPERATOR_VERSIONS_OUTDATED, vec![0.4, 0.4, 0.4, 0.4, 0.4, 0.4], ); + self.operator_signup_phase.failure(); } Event::Idle => { self.stop_ring(LEVEL_FOREGROUND, false);