gallery icon indicating copy to clipboard operation
gallery copied to clipboard

Demos include a 'Dismiss' semantics object when not needed

Open guidezpl opened this issue 5 years ago • 0 comments

A side-effect of https://github.com/flutter/gallery/commit/63eb33e62c9847716119cfb9c6594166ec835304 is that all demo pages now includes a Semantics object to dismiss an open menu, even when that menu is closed.

This should be fixed, while still retaining demo state (conditionally inserting a Semantics widget caused a rebuild that lost demo state)

guidezpl avatar Jul 14 '20 11:07 guidezpl