Skip to content

Fix/pdf width render#252

Open
juhelmarc wants to merge 2 commits intoafreakyelf:masterfrom
juhelmarc:fix/pdf-width-render
Open

Fix/pdf width render#252
juhelmarc wants to merge 2 commits intoafreakyelf:masterfrom
juhelmarc:fix/pdf-width-render

Conversation

@juhelmarc
Copy link
Copy Markdown

fix(pdf): correctly retrieve pageView width for PDF rendering in Jetpack Compose
Previously, itemBinding.pageView.width returned 0 for a Dialog at creation and 1 in full screen, causing incorrect PDF rendering.
This change updates the width calculation to ensure the correct value is used in a Jetpack Compose layout.

Marc Juhel added 2 commits March 5, 2026 14:27
…ring in Jetpack Compose

Previously, the width of itemBinding.pageView was always 0 at creation,
causing incorrect PDF rendering. This change moves the width calculation
so the correct value is used in a Jetpack Compose layout."
@afreakyelf
Copy link
Copy Markdown
Owner

@juhelmarc Please resolve conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants