Skip to content

[MS-1200] Refactor RecyclerView height adjustment to use lifecycle-aware coroutine#1403

Merged
meladRaouf merged 1 commit into
release/2025.3.0from
bugfix/recyclerview-height-fix
Oct 13, 2025
Merged

[MS-1200] Refactor RecyclerView height adjustment to use lifecycle-aware coroutine#1403
meladRaouf merged 1 commit into
release/2025.3.0from
bugfix/recyclerview-height-fix

Conversation

@meladRaouf
Copy link
Copy Markdown
Collaborator

@meladRaouf meladRaouf commented Oct 13, 2025

JIRA ticket
Will be released in: 2025.3.0

Root cause analysis (for bugfixes only)

First known affected version: 2025.3.0

  • Click back before the sync fragment renders the selected module's recyclerview items crashes the app with an IllegalStateException crash

Notable changes

  • replaces the previous unsafe call with viewLifecycleOwner.repeatOnLifecycle(Lifecycle.State.STARTED).

Testing guidance

  • Follow the video in the Jira ticket and make sure it is not crashing.

Additional work checklist

  • Effect on other features and security has been considered
  • Design document marked as "In development" (if applicable)
  • External (Gitbook) and internal (Confluence) Documentation is up to date (or ticket created)
  • Test cases in Testiny are up to date (or ticket created)
  • Other teams notified about the changes (if applicable)

@cla-bot cla-bot Bot added the ... label Oct 13, 2025
@meladRaouf meladRaouf requested review from a team, BurningAXE, TristramN, alex-vt, alexandr-simprints, luhmirin-s and ybourgery and removed request for a team October 13, 2025 09:56
@sonarqubecloud
Copy link
Copy Markdown

@meladRaouf meladRaouf merged commit 1d10584 into release/2025.3.0 Oct 13, 2025
13 checks passed
@meladRaouf meladRaouf deleted the bugfix/recyclerview-height-fix branch October 13, 2025 13:23
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.

3 participants