Files
bsky-social-app/modules
Samuel Newman 573288ec79 fix screenHeight crash on API <30, wrong height on API <35
currentWindowMetrics requires API 30 — crashes on Android 9.
Split into 3 tiers:
- API 35+: heightPixels (reliable, edge-to-edge mandatory)
- API 30-34: currentWindowMetrics (includes nav bar)
- API <30: getRealSize (full display, pre-WindowMetrics)

Also set elevation=0 on bottom sheet FrameLayout to remove
Material shadow visible at the corners.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 17:40:26 +02:00
..
2025-08-13 22:15:08 +03:00
2024-09-23 18:48:48 -07:00
2025-09-22 08:52:07 -07:00