Skip to content

fix(chat): stop loading indicator from shifting chat content - #6476

Open
mahibi wants to merge 1 commit into
masterfrom
bugfix/noid/fixJumpingText
Open

fix(chat): stop loading indicator from shifting chat content#6476
mahibi wants to merge 1 commit into
masterfrom
bugfix/noid/fixJumpingText

Conversation

@mahibi

@mahibi mahibi commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

The loading indicator was rendered as an in-flow sibling of the
toolbar. Toggling it changed the toolbar's measured height, which
shifted the message list below it (sized via layout_weight) —
most noticeable when there weren't enough messages to scroll.

Render it as an overlay on top of the toolbar instead, so it no
longer occupies layout space or affects the toolbar's height.

Assisted-by: Claude Code 2.1.199:claude-sonnet-5

🏁 Checklist

  • ⛑️ Tests (unit and/or integration) are included or not needed
  • 🔖 Capability is checked or not needed
  • 🔙 Backport requests are created or not needed: /backport to stable-xx.x
  • 📅 Milestone is set
  • 🌸 PR title is meaningful (if it should be in the changelog: is it meaningful to users?)

🤖 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

  The loading indicator was rendered as an in-flow sibling of the
  toolbar. Toggling it changed the toolbar's measured height, which
  shifted the message list below it (sized via layout_weight) —
  most noticeable when there weren't enough messages to scroll.

  Render it as an overlay on top of the toolbar instead, so it no
  longer occupies layout space or affects the toolbar's height.

Assisted-by: Claude Code 2.1.199:claude-sonnet-5

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
@mahibi mahibi added this to the 25.0.0 milestone Aug 8, 2026
@mahibi
mahibi requested a review from rapterjet2004 August 8, 2026 22:37
@mahibi mahibi self-assigned this Aug 8, 2026
@mahibi mahibi added the 3. to review Waiting for reviews label Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

APK file: https://github.com/nextcloud/talk-android/actions/runs/31282123239/artifacts/9028806055
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

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

Labels

3. to review Waiting for reviews AI assisted

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant