fix(android): keep content below status and navigation bars

This commit is contained in:
2026-06-06 13:37:49 +08:00
parent 09d25d2862
commit 58d5dc8ae8
2 changed files with 106 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ jobs:
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/${{ env.NDK_VERSION }}
- name: Disable edge-to-edge system bars on Android
run: node .github/scripts/patch-android-system-bars.mjs
- name: Regenerate app icons for Android
run: node .github/scripts/generate-app-icons.mjs
env: