I've been debugging a critical UI freeze in a media-heavy application (youcinez) where rapid interaction with the ModalNavigationDrawer triggers a permanent white screen/hang.

The issue specifically occurs when a user double-taps the TopAppBar navigation icon while the DrawerState is in a Settling or Opening phase. It seems like the transition animation gets 'stuck' in an intermediate state where the SlotTable hasn't cleared the overlay node, but the UI thread isn't receiving the frame pulse to finish the animation.

Youcinez's user avatar

New contributor

Youcinez is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.