You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CreationScreen's HorizontalPager, if the user interacts with the screen or toolbar before the page transition animation fully completes, the currently visible page and the page title displayed in the top Toolbar can become out of sync.
For example, the user may see the "Prompt" page, but the Toolbar still shows "Photo Upload", causing confusion.
To Reproduce
Start a pager transition animation from the first page (e.g., "Photo Upload") to the second page (e.g., "Text Input")
Before the animation completes, quickly tap/click the screen
Result: The "Prompt" page is visible, but the Toolbar still displays "Photo"
Expected behavior
After the page transition animation completes, the Toolbar title should always match the currently visible page
Even if the user interacts rapidly during the animation, the Toolbar and the visible content should always be in sync