add pr ref

This commit is contained in:
vineyardbovines
2026-02-27 12:41:35 -05:00
committed by Samuel Newman
parent 2de7b44d18
commit 9a683360f3
+1
View File
@@ -284,6 +284,7 @@ let PagerTabBar = ({
// This is more reliable than .measure() on Android after certain
// navigation transitions (e.g. returning from the logged-out view)
// where .measure() can fail to return a height.
// ref: https://github.com/bluesky-social/social-app/pull/9964 -sfp
if (isHeaderReady) {
onHeaderOnlyLayout(e.nativeEvent.layout.height)
}