Summary
The "Continue with support" button on the activity reward screen had a 9-second auto-advance countdown with a fill animation. This was removed in favour of a static button — the user clicks when ready.
Implementation
Set enableAutoSupportCountdown={false} in SupportFlowModal (ACTIVITY_REWARD case). No backend changes needed.
Resolved by #420.
Summary
The "Continue with support" button on the activity reward screen had a 9-second auto-advance countdown with a fill animation. This was removed in favour of a static button — the user clicks when ready.
Implementation
Set
enableAutoSupportCountdown={false}inSupportFlowModal(ACTIVITY_REWARDcase). No backend changes needed.Resolved by #420.