v1.0.52: fix Select button cut off on Android 16 edge-to-edge dialogs

Android 15+ enforces edge-to-edge on Dialog windows, making standard
Compose WindowInsets APIs return 0 inside dialogs. Fix: use ViewCompat
insets listener inside the Dialog to read actual system bar heights,
with 56dp minimum to guarantee full nav bar clearance. Spacer inside
the button Surface lets the elevated background extend behind the nav
bar. Also make the entire local folder field tappable (not just the
trailing icon) for better UX.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 00:14:43 +00:00
parent 3c008ec8df
commit 99193af2c5
4 changed files with 76 additions and 31 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.47
VERSION_CODE=48
VERSION_NAME=1.0.52
VERSION_CODE=53