make profilefeedheader preventExpansion

This commit is contained in:
Samuel Newman
2026-08-05 20:46:16 +03:00
parent b49f3138bb
commit ec456fdd86
@@ -395,7 +395,9 @@ export function CustomFeedHeader({
) : null}
</Layout.Header.Outer>
</Layout.Center>
<Dialog.Outer control={infoControl}>
<Dialog.Outer
control={infoControl}
nativeOptions={{preventExpansion: true}}>
<Dialog.Handle />
<Dialog.ScrollableInner
label={l`Feed menu`}