Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #197 - Scroll crashing #272

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

theolm
Copy link
Contributor

@theolm theolm commented Jan 29, 2024

Description

This PR closes #197

We are using Chris Bane's compose BOM to manage the compose versions. This BOM differs from the official for using the latest non-stable versions of the libraries. This crash was caused by a bug in the compose-ui.
I could not update to the latest version because we are using several deprecated APIs that are not present in the latest version, so to update to it would not be worth the effort. Ideally, we would use the official stable version to avoid this type of crash.

How to test

Please checkout and try to reproduce the issue before merging it. I could only test it in two physical devices.

1- Go to the browser
2- Extensions tab
3- Scroll down as fast as possible
4- change tab while scrolling
5- it should not crash

Video

scroll_crash_fix.mp4

@AntsyLich AntsyLich merged commit 5dc6501 into mihonapp:main Jan 29, 2024
1 check passed
kaiserbh pushed a commit to kaiserbh/mihon that referenced this pull request Feb 18, 2024
Updating compose bom.

(cherry picked from commit 5dc6501)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Application crashes when switching tab within browse while extensions list is scrolling
2 participants