mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Several examples under Chips were not respecting the safe area and therefore obscruing content on iPhone X in landscape. This change fixes that for: * ChipsActionExampleViewController * ChipsChoiceExampleViewController * ChipsFilterExampleViewController Closes #3705 Closes #3706 Closes #3707 Before:  After: 