Home
last modified time | relevance | path

Searched refs:hasNewHeight (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerViewController.swift141 let hasNewHeight = previousSize.height != view.bounds.size.height in viewWillLayoutSubviews() variable
143 guard needsOverlayContainerHeightUpdate || hasNewHeight else { return } in viewWillLayoutSubviews()
146 if hasNewHeight { in viewWillLayoutSubviews()
149 if hasNewHeight && !hasPendingTranslation { in viewWillLayoutSubviews()