Skip to content

Improve behavior of double page mode on foldables#3530

Merged
ahmedre merged 1 commit intomainfrom
fix_book_posture
Feb 15, 2026
Merged

Improve behavior of double page mode on foldables#3530
ahmedre merged 1 commit intomainfrom
fix_book_posture

Conversation

@ahmedre
Copy link
Copy Markdown
Contributor

@ahmedre ahmedre commented Feb 15, 2026

When a foldable is partially folded, the app would switch to single page
mode. The guidance from Google for handling "book posture" is to handle
both half opened and flat states, so that dual page mode can remain
until the device is fully closed.

Fixes #3526.

When a foldable is partially folded, the app would switch to single page
mode. The guidance from Google for handling "book posture" is to handle
both half opened and flat states, so that dual page mode can remain
until the device is fully closed.

Fixes #3526.
@ahmedre
Copy link
Copy Markdown
Contributor Author

ahmedre commented Feb 15, 2026

see the documentation here.

@github-actions
Copy link
Copy Markdown

OLD: app-madani-debug.apk (signature: V1, V2)
NEW: app-madani-debug.apk (signature: V1, V2)

          │           compressed           │         uncompressed          
          ├───────────┬───────────┬────────┼───────────┬───────────┬───────
 APK      │ old       │ new       │ diff   │ old       │ new       │ diff  
──────────┼───────────┼───────────┼────────┼───────────┼───────────┼───────
      dex │  20.1 MiB │  20.1 MiB │  +72 B │  50.6 MiB │  50.6 MiB │ +48 B 
     arsc │   2.1 MiB │   2.1 MiB │    0 B │   2.1 MiB │   2.1 MiB │   0 B 
 manifest │   5.6 KiB │   5.6 KiB │    0 B │  26.2 KiB │  26.2 KiB │   0 B 
      res │   1.8 MiB │   1.8 MiB │    0 B │     2 MiB │     2 MiB │   0 B 
   native │  81.3 KiB │  81.2 KiB │ -144 B │  36.5 KiB │  36.5 KiB │   0 B 
    asset │   1.6 MiB │   1.6 MiB │    0 B │   3.8 MiB │   3.8 MiB │   0 B 
    other │ 200.1 KiB │ 200.1 KiB │   +9 B │ 501.5 KiB │ 501.5 KiB │   0 B 
──────────┼───────────┼───────────┼────────┼───────────┼───────────┼───────
    total │  25.9 MiB │  25.9 MiB │  -63 B │  59.1 MiB │  59.1 MiB │ +48 B 

@ahmedre ahmedre added this pull request to the merge queue Feb 15, 2026
Merged via the queue into main with commit 3c5cd69 Feb 15, 2026
2 checks passed
@ahmedre ahmedre deleted the fix_book_posture branch February 15, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double page bug on foldables

1 participant